Continuing with the 20 Games Challenge, I've implemented breakout as a PICO-8 game. I found it was quite similar to pong, the previous game I wrote, though I ran into some new troubles. Notably, the ball is supposed to increase in speed as you break bricks. The way I'm handling …
Articles tagged with game development
Pong
After looking through the tutorials I referenced in my previous post on PICO-8 game development, I decided I needed to get a little more practice with less guidance to really learn how to make games on PICO-8. Luckily for me, someone shared the so-called 20 Games Challenge on a Discord …
PICO-8 Game Development
In my previous post, I mentioned how I recently stumbled upon the PICO-8. I also stumbled upon this YouTube video that outlines game development on the PICO-8, and it captured my curiosity and interest. It turns out that the creator of the YouTube video put out a 72-page zine full …