Work on levelgenerator

This commit is contained in:
2023-12-04 18:41:21 +01:00
parent 2eeb95e3a3
commit aa3fa6efb1
5 changed files with 431 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ mod level;
mod position;
mod monster;
mod artifacts;
mod level_generator;
fn main() {
let mut p = Player::new("Teddy Tester", 10);