Implement a simple combat system and killing off enemies. See status for next steps.
This commit is contained in:
parent
62562faad3
commit
4162287841
4 changed files with 30 additions and 15 deletions
|
@ -2,6 +2,8 @@ TODO:
|
|||
|
||||
* Write a test that generates a ton of maps then confirms there's a path from one room to every other room?
|
||||
* Lua integration?
|
||||
* Text is not actually cleared when rendered either in FTXUI or SFML.
|
||||
|
||||
* Combat system and simple loot system.
|
||||
* Actually render FTXUI ansi output instead of the gui.cpp hack.
|
||||
* Remove entity from worl, _or_ mark them dead, switch their icon, and make them an entity the player walks over?
|
||||
* Bring back sounds, check out SoLoud.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue