Update Readme and base structure.

This commit is contained in:
2026-05-01 20:32:12 +03:30
parent b183bda7b4
commit 70922d6774
14 changed files with 33 additions and 37 deletions
@@ -14,10 +14,6 @@ public class Location {
this.enemies = enemies;
}
/*
TODO: (BONUS) RESET EACH LOCATION AFTER PLAYER LEAVES
*/
public String getName() {
return name;
}