Add Artifacts

This commit is contained in:
2023-12-03 13:44:29 +01:00
parent 900739190d
commit 220607133a
4 changed files with 99 additions and 19 deletions

View File

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