Game playable

- game with only one big room
This commit is contained in:
2024-05-13 22:24:55 +02:00
parent a75aaa13c7
commit e569a78148
7 changed files with 312 additions and 87 deletions

View File

@@ -11,3 +11,4 @@ rand_pcg = { version = "0.3.1", features = ["serde1"] }
serde = { version = "1.0.197", features = ["derive", "rc"] }
typetag = "0.2.16"
dyn-clone = "1.0.17"
console = "0.15.8"