primaryobjects/wumpus
Navigate the dungeon, avoid the pits, find the gold, beware of the wumpus. Artificial intelligence based AI game.
Wumpus World is a classic dungeon game where you navigate a hazardous maze to find hidden gold. You start in a dark room and use sensory clues like a 'breeze' or 'stench' to logically deduce the location of dangerous pits and monsters, as well as the treasure. This game is for anyone interested in how artificial intelligence can make decisions in uncertain environments, offering a hands-on look at symbolic AI and logical reasoning.
No commits in the last 6 months.
Use this if you want to explore the fundamentals of AI decision-making, logical deduction, and strategic navigation in a game-based setting.
Not ideal if you are looking for a complex, narrative-driven game or a modern graphical adventure, as its primary purpose is an AI demonstration.
Stars
12
Forks
3
Language
JavaScript
License
—
Category
Last pushed
Dec 18, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/primaryobjects/wumpus"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
thiagodnf/wumpus-world-simulator
A Wumpus World Simulator developed in Javascript, HTML and CSS
fabioo29/ai-wumpus-world
Intelligent agent that plays the wumpus world game. SWI-Prolog was used for the game/agent logic...
pvl/CogniTextWorldAgent
Winning solution of the Microsoft Research "First TextWorld Problems: A Reinforcement and...
NhanPhamThanh-IT/Wumpus-World-Game
🧠This repository features an intelligent agent that autonomously explores the Wumpus World—a...
nadinCodeHat/Among-Us
Simple Among Us game for finding the imposter in Prolog.