Arrow keys or WASD This is basically just an experiment - I want to see if it would be possible to create an entire SMM-worthy game within one single sprite. Just one. The player, level, enemies, physics, collision, EVERYTHING - all in one sprite. I will definitely NOT be using this engine for future games - it's pretty difficult to code a game like this. Mainly due to not being able to use <touching> blocks. Credit to @griffpatch for the sprite ordering - everything else was done by me. v0.5 - Added a tile-scrolling grid; ground tiles will only be rendered if in range of the camera v1.0 - Added the player with a very single platforming engine; added collision