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

https://github.com/altanis/polyquest


https://github.com/altanis/polyquest

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## note

this project will likely go unmaintained for a few months due to a loss of motiviation. also, the game is hosted on https://polyfight.io/polyquest/ if you want to play.

---

# poly quest

## how to run

first ensure [cargo is installed](https://doc.rust-lang.org/cargo/getting-started/installation.html), [wasmpack is installed](https://rustwasm.github.io/wasm-pack/installer/), and [serve is installed](https://www.npmjs.com/package/serve).

running this game is quite simple. run `./client_prod.sh` and `./server_prod.sh`, then connect to `http://localhost:{port}`, where `{port}` is whatever the output of ./client.sh tells you the client is running on.