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

https://github.com/sgpinkus/wumpus-world

A wumpus world
https://github.com/sgpinkus/wumpus-world

webapp

Last synced: about 1 year ago
JSON representation

A wumpus world

Awesome Lists containing this project

README

          

# OVERVIEW
Mono-repo for a [wumpus world](https://en.wikipedia.org/wiki/Wumpus_world) (variant) game-server, web-viewer, and sample agents. Not meant for non-cooperative envs as it's easy to cheat. Just for local testing.

---

---

# USAGE
Install:

```
./install.sh
```

Run dev:

```
npm run dev
```

Run prod:

```
npm run web-build-cp
npm run api-start
```