Platformer engine cleanup and fixes
In my previous post, we started coding the very basics of movement and collisions. There we understood the general idea that, since we’re making a low resolution game, we might as well check for collisions at each pixel. Let’s create some variables so we can safely delete magic numbers from code (it’s a good idea…