I can make a map with one room 'randomly' generated and calculate paths.
This commit is contained in:
parent
8b67a25732
commit
6cb3366912
5 changed files with 58 additions and 14 deletions
10
status.txt
10
status.txt
|
@ -1,8 +1,8 @@
|
|||
|
||||
|
||||
TODO:
|
||||
|
||||
* Create a map gen of some kind.
|
||||
* 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