Dungeon Slitherer is a dungeoun crawler game created in python. This project was created by the Open Source Club at MTU as both a fun and educational project.
The following instructions will set you up with a copy of the project on your local machine for development and testing. For
- Python 3.X
- pip3
- pygame
The following are instructions for Ubuntu
For platform specific instructions, visit the python website
Install python
sudo apt install python3
Verify the Installation (Should return Python 3.X.X)
python3 --version
Install pip3
sudo apt install python3-pip
Verify the Installation (Should return something likepip 9.0.1 from /usr/lib/python3/dist-packages (python 3.6))
pip3 --version
Install pygame
pip3 install pygame
This project is licensed under the GNU-GPL2 License
- This project was inspired by the Dark-Cells dungeoun crawler game created by Devin Stowe: mtuopensource/Dark-Cells-Dungeoun-Crawler