hitbox testing
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…