Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dungeon Slitherer

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.

Getting Started

The following instructions will set you up with a copy of the project on your local machine for development and testing. For

Prerequisites

  • 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

License

This project is licensed under the GNU-GPL2 License

Acknowledgements

About

Copy of mtuopensource/Dark-Cells-Dungeoun-Crawler implemented in python

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages