Got a really terrible map in the middle of a two panel UI. Next step is to get the dijkstra algorithm working and make a real map with it.

This commit is contained in:
Zed A. Shaw 2024-09-25 19:55:30 -04:00
parent 6afb13a50b
commit d7b1cf0bf9
3 changed files with 55 additions and 29 deletions

8
status.txt Normal file
View file

@ -0,0 +1,8 @@
* Research how hard to create a non-terminal/graphic backend to FTXUI.
* Look into font rendering libraries.
* Get a basic UI in FTX with a stat panel and map.
* Fill the map with something.
* Dijkstra's algorithm for the map.
* https://github.com/HenrYxZ/dijkstra-map/blob/main/dijkstra_map.py
* Look at a few more rogue games
* Lua integration