Added map module and when run, the program shows an empty map

This commit is contained in:
2022-04-26 13:39:46 +02:00
parent ecc3630cae
commit 814ca0214a
6 changed files with 1871 additions and 4 deletions
+3 -2
View File
@@ -2,7 +2,8 @@
name = "rusty_dungeon"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
author = "Rohmer Maxime <maxluligames@gmail.com>"
date = "27/04/2022"
[dependencies]
bracket-lib = "~0.8.1"