|
@@ -7,18 +7,22 @@ http://www.utf8-chartable.de/unicode-utf8-table.pl?utf8=0x
|
7
|
7
|
CLOSED: [2016-01-01 Fri 22:52]
|
8
|
8
|
** High Priority
|
9
|
9
|
*** PROGRESS Create player character
|
10
|
|
-- Health (no regeneration)
|
11
|
|
-- Mana (regenerates per turn)
|
12
|
|
-- Ranged attack (takes mana)
|
13
|
|
-- Melee attack (weak, no mana cost)
|
14
|
|
-- Ability to summon special corpses as undead
|
15
|
|
-*** PROGRESS Create static map
|
16
|
|
-*** PROGRESS Add collision detection between all entities (for now nothing is allowed to collide)
|
|
10
|
+- [X] Health (no regeneration)
|
|
11
|
+- [X] Mana (regenerates per turn)
|
|
12
|
+- [X] Ranged attack (takes mana)
|
|
13
|
+- [X] Melee attack (weak, no mana cost)
|
|
14
|
+- [ ] Ability to summon special corpses as undead
|
|
15
|
+*** TODO Create enemy AI
|
17
|
16
|
*** TODO Create Undead ally characters
|
18
|
|
-*** TODO Create enemy characters (human knights?) with basic UI
|
19
|
|
-*** TODO Figure out an interesting way to integrate "Darkness"
|
20
|
|
-*** TODO Add unit + property tests for all pure functions
|
21
|
|
-*** TODO Add unit + property tests for all classes
|
|
17
|
+*** TODO Create ally AI
|
|
18
|
+*** DONE Create vision
|
|
19
|
+CLOSED: [2016-01-10 Sun 03:49]
|
|
20
|
+*** DONE Create enemy characters (human knights?)
|
|
21
|
+CLOSED: [2016-01-08 Fri 23:37]
|
|
22
|
+*** DONE Add collision detection between all entities (for now nothing is allowed to collide)
|
|
23
|
+CLOSED: [2016-01-08 Fri 23:13]
|
|
24
|
+*** DONE Use axion's crawler for map generation
|
|
25
|
+CLOSED: [2016-01-08 Fri 20:52]
|
22
|
26
|
*** DONE Fix broken viewport
|
23
|
27
|
CLOSED: [2016-01-06 Wed 22:24]
|
24
|
28
|
*** DONE Merge out-of-bounds logic between viewport and mobiles
|
|
@@ -26,7 +30,11 @@ CLOSED: [2016-01-06 Wed 22:24]
|
26
|
30
|
*** DONE Figure out how to get messages in exact center.
|
27
|
31
|
CLOSED: [2016-01-02 Sat 03:33]
|
28
|
32
|
** Medium priority
|
|
33
|
+*** TODO Add unit + property tests for all pure functions
|
|
34
|
+*** TODO Add unit + property tests for all classes
|
|
35
|
+*** TODO Create configuration system that can control display and keybindings.
|
|
36
|
+*** TODO Create generalized input command dispatch. (consider generalizing this)
|
|
37
|
+*** TODO Update input handling for attacks to be less surprising
|
|
38
|
+*** TODO Update vision algorithm to be better
|
29
|
39
|
*** DONE Create map -> graphics layer so that isn't manual. (consider generalizing this)
|
30
|
40
|
CLOSED: [2016-01-02 Sat 01:32]
|
31
|
|
-*** TODO Create generalized input command dispatch. (consider generalizing this)
|
32
|
|
-*** TODO Create configuration system that can control display and keybindings.
|