About the project
Snadun is a simple project using Pygame to create a dungeon crawler game.
How to run
- Install Python 3
- Install Pygame and Tcod with
pip install -r requirements.txt
- Clone the repository with
git clone https://github.com/FuzzyGrim/snadun.git
- Run
python main.py
Controls
- Arrow keys and WASD to move
- Attack by moving into an enemy
- Tab to open inventory where you can use and equip items
- Esc to pause the game
- E to interact with items and stairs/portal
How to win
- Go down the stairs to the next level
- Once on the last level, pick the lamp
- Go back up the stairs to the top level
- Enter the portal to escape the dungeon