Awesome
another platformer testground
tilemaps basic physics (check platformer example) animated tiles
basic todo list:
- draw 16x16 tiles
- dirt
- dirt/grass top
- stone
- clouds
- sky
- collision red
- draw tiled map, larger than screen size (to be scrolled)
- get tiled map showing up in game
- collision bounds in array
- simple player sprite on screen, able to move
- camera follows player
- physics simulation, with movement, gravity and collision
- ^ that's a big one, it gets two todos ^
- ...
- profit