Desktop
Downloads
The game runs in a browser at play.conwayskingdom.com with nothing to install. A native build is faster and works offline against a local server.
Status
There are no desktop builds yet.
When there are, they will be listed here automatically — this page reads the game repository’s releases when the site is built. Until then the browser client is the whole game, and building from source works today.
Building it yourself
The game is Rust and builds with a stable toolchain. The native client connects to whichever server you point it at.
git clone https://github.com/oliver-cameron/ConwaysKingdom.git
cd ConwaysKingdom
cargo run --bin native -- --ws wss://play.conwayskingdom.com/wsRunning a server of your own is documented in the repository, under docs/server.md.