Skip to content

💻 Game for the discipline of Fundamentals of Programming of the course of Computation of the IFCE 🎓.

Notifications You must be signed in to change notification settings

PedroLucasOM/GameHuntTheWumpus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Game Hunt The Wumpus 👋

Version Documentation Maintenance Twitter: PedroLucasOM

💻 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.

Prerequisites

  • python = 3.8.2
  • pygame = 1.9.6

Install

pip3 install virtualenv

Usage

Creating the virtual environment

virtualenv wumpus

Activating the virtual environment

For Linux / Mac distributions
source wumpus/bin/activate
For Windows
wumpus\Scripts\activate.bat

Installing the requirements

pip3 install -r requeriments.txt

Run

python3 run.py

Functionalities

Home page


Account creation


Login


Remap keys


Difficulty level


Mode


Game map


Player feeling breezes


Player finding gold


Player feeling the stench of the monster nearby


Player wins


Author

👤 Pedro Lucas

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2020 Pedro Lucas.

About

💻 Game for the discipline of Fundamentals of Programming of the course of Computation of the IFCE 🎓.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages