aboutsummaryrefslogtreecommitdiff
path: root/TODO.org
blob: 4298ab705dc117952d9cfea324292dc3da71a53a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
* Bugs
** DONE Collision detection when moving sideways and jumping
** DONE Resolve collisions between each macro move
** DONE Amount of movement from macros
** TODO Finer macro movement steps to work out collision

* Improvements
** DONE Display each stage of macro execution with a timer
** DONE Add enemies
** TODO Create enemy classes and behaviour
** DONE Flip player sprite when moving the other way
** TODO Animate player sprite
** DONE Add help text
** DONE Add cool-down for macro ability
** DONE Create more levels
** DONE Define entity position on map layer
** TODO Add a menu
** DONE Detect win conditions
** TODO Detect loss conditions