March 2021
Handling Collisions
03/31/21 08:22 Filed in: PICO-8
Last time, I introduced a function to detect collisions, I got Ferb jumping over rocks as objects, and have an asteroid falling from the sky. Today, I want to do something whenever Ferb hits a rock or is hit by the asteroid. We're on our way to a simple game.
Read More…
Read More…
Clean Up and Collisions
03/10/21 07:52 Filed in: PICO-8
Last time I gave Ferb a background in which to run through. However, he runs through the rocks we placed and can't jump high enough. What I've created feels like the start of a game, so I think I'll take a break and fix the two issues. After that, I'll add a few things to make what I have feel more like a game and less like an experiment.
Read More…
Read More…
The Map Editor
03/03/21 09:19 Filed in: PICO-8
Last time I gave my Ferb the power of sound effects. This time, I want to give him a background and things to hop over. To do that, I need to learn about the Map Editor.
Read More…
Read More…