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:
parent
6afb13a50b
commit
d7b1cf0bf9
3 changed files with 55 additions and 29 deletions
8
status.txt
Normal file
8
status.txt
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue