April 4, 2014
The Tile System
One common approach to making a platformer is to use tile maps. Old NES and SNES games used this method, and in many cases it is still in use today. Although this engine will not require every scene to be tile-based, the next system to implement is a tile system.