Implement a simple combat system and killing off enemies. See status for next steps.

This commit is contained in:
Zed A. Shaw 2024-10-26 20:29:55 -04:00
parent 62562faad3
commit 4162287841
4 changed files with 30 additions and 15 deletions

View file

@ -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.