123456789101112131415161718192021222324 |
- http://foo.wyrd.name/en:bearlibterminal:design
- http://foo.wyrd.name/en:bearlibterminal:reference
- http://www.utf8-chartable.de/unicode-utf8-table.pl?utf8=0x
- * Tasks
- ** DONE Get bearlibterminal autowrapped and basic window working.
- CLOSED: [2016-01-01 Fri 22:52]
- ** High Priority
- *** TODO Create player character
- **** Health (no regeneration)
- **** Mana (regenerates per turn)
- **** Ranged attack (takes mana)
- **** Melee attack (weak, no mana cost)
- **** Ability to summon special corpses as undead
- *** TODO Create static map
- *** TODO Create Undead ally characters
- *** TODO Create enemy characters (human knights?) with basic UI
- *** TODO Figure out an interesting way to integrate "Darkness"
- *** TODO Figure out how to get messages in exact center.
- ** Medium priority
- *** TODO Create map -> graphics layer so that isn't manual. (consider generalizing this)
- *** TODO Create generalized input command dispatch. (consider generalizing this)
- *** TODO Create configuration system that can control display and keybindings.
|