wumpus-world-simulator and wumpus
These two Wumpus World simulators are competitors, as both appear to be standalone implementations designed to simulate the game, with one offering a C++ core and Python wrapper, and the other being a simulator without further language specifics.
About wumpus-world-simulator
holderlb/wumpus-world-simulator
Simulator for the AI Wumpus World game in C++ with Python wrapper.
This is a tool for AI researchers and students to test and develop intelligent agents for the Wumpus World game. You provide your agent's decision-making logic, and the simulator generates game scenarios, runs your agent through them, and provides performance scores. It's designed for those learning or researching artificial intelligence and logical reasoning.
About wumpus
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.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work