first version of the level new generator

monsters and artefact are missing
roomsize is fixed
This commit is contained in:
2024-10-29 06:48:45 +01:00
parent 74831857cf
commit 7f288dbcd1
4 changed files with 504 additions and 350 deletions

View File

@@ -36,6 +36,7 @@ mod level_widget;
mod monster;
mod player;
mod position;
mod room;
//
fn main() -> Result<()> {