blob: 95667a08ee3cb15cfa1f40e70982e2d393d06097 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
* Bugs
** DONE Collision detection when moving sideways and jumping
** DONE Resolve collisions between each macro move
** DONE Amount of movement from macros
** TODO Better collision resolution
** TODO Handle collisions in macro steps
* Improvements
** DONE Display each stage of macro execution with a timer
** DONE Add enemies
** DONE Create enemy classes and behaviour
** DONE Flip player sprite when moving the other way
** DONE 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
** TODO Killing enemies
** DONE Detect win conditions
** TODO Detect loss conditions
** TODO Music
** TODO Sound effects
|