drbeco/wumpus
Hunt The Wumpus - Wumpus World Simulator
This simulator allows you to explore and interact with a virtual 'Wumpus World,' a classic grid-based environment where you navigate a cave, hunt a monster, find gold, and avoid hazards like pits and bats. You can either program an AI agent to play the game automatically or control an agent manually through simple commands. It takes in game setup parameters (like cave size and hazard density) and outputs a visual representation of the cave, the agent's actions, and the game's outcome. It's designed for anyone interested in exploring or demonstrating basic artificial intelligence concepts.
No commits in the last 6 months.
Use this if you want to understand how simple AI agents make decisions in a constrained environment or if you want to play a text-based adventure game against environmental hazards.
Not ideal if you're looking for a graphically rich game experience or a platform for advanced, modern AI research.
Stars
7
Forks
6
Language
Prolog
License
GPL-2.0
Category
Last pushed
Oct 25, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/drbeco/wumpus"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
allenai/ScienceWorld
ScienceWorld is a text-based virtual environment centered around accomplishing tasks from the...
holderlb/wumpus-world-simulator
Simulator for the AI Wumpus World game in C++ with Python wrapper.
psyclone20/WumpusWorld
A solution to the renowned Wumpus World problem from Artificial Intelligence.
TulshiDas39/wumpusWorld
Wumpus world simulation using AI-logic
Evozone/wumpus-AI-agent
A Wumpus World game with an AI agent that plays it.