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
- Host: GitHub
- URL: https://github.com/sgpinkus/wumpus-world
- Owner: sgpinkus
- Created: 2024-04-28T08:39:38.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T03:13:30.000Z (about 2 years ago)
- Last Synced: 2025-02-13T14:17:57.820Z (over 1 year ago)
- Topics: webapp
- Language: JavaScript
- Homepage:
- Size: 162 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```