Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luka1199/wumpus-world
:japanese_goblin: An implementation of the wumpus world using P5.js
https://github.com/luka1199/wumpus-world
game wumpus wumpus-game wumpusworld
Last synced: about 2 months ago
JSON representation
:japanese_goblin: An implementation of the wumpus world using P5.js
- Host: GitHub
- URL: https://github.com/luka1199/wumpus-world
- Owner: luka1199
- License: mit
- Created: 2019-08-29T08:54:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-31T14:25:26.000Z (almost 4 years ago)
- Last Synced: 2023-03-03T12:55:44.905Z (almost 2 years ago)
- Topics: game, wumpus, wumpus-game, wumpusworld
- Language: JavaScript
- Homepage: https://luka1199.github.io/wumpus-world/
- Size: 11.1 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wumpus World
The Wumpus world is a simple world example to illustrate the worth of a knowledge-based agent and to represent knowledge representation. It was inspired by a video game Hunt the Wumpus by Gregory Yob in 1973.
This is the core game to implement an agent for in the future.
## Getting Started
```
node app.js
```
```http://localhost:8080/```https://luka1199.github.io/wumpus-world/