Part 3: The Dungeon
Adding stuff to build the dungeon, rooms, and hallways between them.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user