Platformer engine cleanup and fixes
Where are we now? So far, so good. But we can improve. 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. Replace magic numbers There’s no…