I think this is almost the complete opposite of PICO-8 Text Editor.
Tag: pico-8
Fall ’22, Day 48
I made a game to show how I’ve been feeling lately:
Cube Matrix Rain
I made a demo with PICO-8’s new web version! Here’s the link if you’d like to run it.
Spray Paint v1 (PICO-8)
Spray Paint in PICO-8! Spray Paint is a drawing application for PICO-8. It’s like the Airbrush tool in Microsoft Paint.
Smooth 2D Random Movement
I just found a cool, really simple way to do smooth random movement. I’ve spent hours working on other, way more complicated ways to do this. Here’s how it works: the object has two angles which are rotated a random amount each frame. The object is pulled in the direction of each angle the same…
Colors Demo (PICO-8)
Today I played with sine and cosine in PICO-8, and it looked cool, so here it is! Press any key (arrows or X/Z) to pause.
Fr e sh a vo cado
Here’s a meme rendition I made a while ago and forgot to post. Original meme by @Gasoleen.
Pixel Art House (PICO-8)
Today I finished the animation! It’s the house from UP with clouds and balloon physics. Use the up and down arrow keys to move the camera.
Circle Collisions, #3
Today I drew a pixel art house! It’s the house from UP, which is one of my favorite movies. The circle collisions are done, so I’m not sure how to title this post. Anyway, next up is clouds!
Circle Collisions, #2
More collisions! I borrowed some code from my bubbles screensaver and it’s working pretty well. I still need to optimize it so I have more CPU available for other things. I can’t wait to add the other graphics!
Circle Collisions, #1
Today I started working on a better circle collision system for an upcoming animation/demo I want to make. I can’t seem to get enough of Verlet integration+circle collisions. I guess because they’re super easy and the results look fairly realistic.
Squishy Square (PICO-8)
Today I felt like making a physics demo, so I did! The Verlet integration physics code is from Coding Math.
PICO-8 Clock
Here’s the clock I was working on last month. I just added sounds (which are off by default because they’re too loud.) Controls: “Z” to toggle number bounce mode.
PICO-8 Text Editor with Effects (Version 2)
A text editor with particles and sound effects! Read about the development process starting here. Controls: Mouse to select text. Arrow keys to move the cursor. To highlight text, make a selection using the mouse and click the highlight button at the top of the screen. The scroll bar and top menu only appear when…
PICO-8 Text Editor With Effects, #36
Everything is done! Go play with the finished editor! I only went roughly 6 minutes over my 6 hour finishing time budget and in total I spent about 32 hours over the course of 36 days.I ended up doing a more traditional credits screen because I thought modifying the user’s text would be annoying. I…
PICO-8 Text Editor with Effects, #35
Almost everything is done! The only thing left to do is the credits screen. I’m thinking I may just have it insert the credits text into the editor and then the user could delete it when they’re done.
PICO-8 Text Editor with Effects, #34
Today I almost finished everything before I got sidetracked with a PICO-8 bug. Somehow, calling ls() 1005 times causes a bunch of stuff to break. Don’t ask why I was calling ls() so much, it just happened, okay? I sent zep an email about it and I’ll update this post, when/if he replies. Edit (3/9/2022,…
PICO-8 Text Editor with Effects, #33
Today I finished the scrolling system! It’s still a little buggy, but it works. I have about half an hour left and the remaining tasks are quick: