A Generic Dungeon Game Made For Computer Science At Grade 10 Level
- Either have python 3.7+ (sometimes broken) or run the build in build.zip
- Shoot the zombies to kill them, or they will kill you first
- Keep track of your ammo & health using the titlebar of the window (I didn't want to bother rendering text)
- There will be a key and an exit for each level.
- The last zombie in the level will drop a key when killed, after you pick up the key you can progress to the next level.
- Movement is arrow keys or WASD
- Shoot is SPACE
- Reload is the 'r' key