Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/