https://github.com/altanis/polyquest
https://github.com/altanis/polyquest
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/altanis/polyquest
- Owner: Altanis
- Created: 2024-10-14T14:38:28.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-03-20T18:08:52.000Z (3 months ago)
- Last Synced: 2025-03-20T18:33:39.813Z (3 months ago)
- Language: Rust
- Size: 21.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.