I can make a map with one room 'randomly' generated and calculate paths.

This commit is contained in:
Zed A. Shaw 2024-09-27 00:10:41 -04:00
parent 8b67a25732
commit 6cb3366912
5 changed files with 58 additions and 14 deletions

View file

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