Welcome to the Wumpus Game Space Edition! Explore the depths of space in this adaptation of the classic Wumpus World game.
-
Objective: The mission is to navigate the treacherous space caverns, locate the golden treasure, and avoid dangerous hazards lurking in the darkness of space.
-
Symbols:
Gold | Wumpus | Pit | Stench | Breeze |
---|---|---|---|---|
-
Game Phases:
- Setup: The game randomly generates the cave layout, placing the wumpus, pits, and gold.
- AI Agent Move: The AI agent makes a move based on its perception of the environment and the knowledge base it maintains.
- Game Over: The game ends if you are eaten by the wumpus, fall into a pit, or successfully retrieve the gold.
-
Scoring System:
Moving
: -1 point per moveUse of arrows
: -10 pointsRetrieving gold
: +1000 pointsKilling a Wumpus
: +2000 points
-
Winning Condition:
- Retrieve the gold and make it back to the starting position.
- Clone this repository.
https://github.com/Vcarmelli/wumpus-world.git
- Navigate to the directory containing the game files.
- Run the following command:
python main.py
- Python 3.11
- Pygame 2.5.2
Here are some screenshots of the game:
Fall into Pit
Eaten by Wumpus
Retreiving Gold
Enjoy the adventure in the Wumpus World!