💻 Game for the discipline of Fundamentals of Programming of the course of Computation of the IFCE 🎓.
Hunt the Wumpus is a text-based adventure game. In the game, the player will have to move in a dark cave surrounded by fatal chasms following his senses until he finds and kills the terrible monster called Wumpus. The biggest challenge of this adventure is that the player will have a single bullet that will start from the player's current point until the end of the matrix where the shot was fired.
🏠 Homepage
- python = 3.8.2
- pygame = 1.9.6
pip3 install virtualenv
virtualenv wumpus
source wumpus/bin/activate
wumpus\Scripts\activate.bat
pip3 install -r requeriments.txt
python3 run.py
👤 Pedro Lucas
- Twitter: @PedroLucasOM
- Github: @PedroLucasOM
- LinkedIn: @PedroLucasOM
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2020 Pedro Lucas.