Part 3: The Dungeon

Adding stuff to build the dungeon, rooms, and hallways between them.
This commit is contained in:
2024-01-18 22:29:30 -05:00
parent f10a3ecc61
commit eee0c23f5f
3 changed files with 198 additions and 9 deletions

View File

@@ -6,4 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tcod = "0.15"
tcod = "0.15"
rand = "0.3.9"