Basic ragel test that can parse 1 ASNI sequence and do nothing with it.
This commit is contained in:
parent
4162287841
commit
753bc70b77
5 changed files with 227 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
NOTES:
|
||||
|
||||
* src/ftxui/screen/color_info.hpp has pallete.
|
||||
* src/ftxui/screen/color.cpp
|
||||
* Just search for ugrep x1B
|
||||
* https://man7.org/linux/man-pages/man4/console_codes.4.html
|
||||
|
||||
TODO:
|
||||
|
||||
* Write a test that generates a ton of maps then confirms there's a path from one room to every other room?
|
||||
|
@ -5,5 +12,5 @@ TODO:
|
|||
|
||||
* 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?
|
||||
* Remove entity from world, _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