blob: da32721e0b354f7eb04be4c46ef737bf6170cd74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
* 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
** TODO Display each stage of macro execution with a timer
* To do
** TODO Add enemies
** TODO Create enemy classes and behaviour
** TODO Flip player sprite when moving the other way
** TODO Animate player sprite
** DONE Add help text
** TODO Add cool-down for macro ability
** TODO Create more levels
** TODO Define entity position on map layer
** TODO Add a menu
** TODO Detect win conditions
** TODO Detect loss conditions
|