for the love of Nerts
nertsio is an online multiplayer implementation of the card game Nerts.
Releases are available on itch.io or GitLab.
Chat with us on Matrix, XMPP or Discord.
Required Dependencies (at least for Linux, I don't know about Windows. Other dependencies will be automatically downloaded by Cargo):
- Rust & Cargo
- Git
- pkg-config
- alsa-lib (+ dev headers)
- OpenSSL (+ dev headers)
Run cargo build --release -p nertsio_ui. The resulting executable will be placed in target/release.
Android builds require cargo-quad-apk.
Run cargo quad-apk build -p nertsio_ui. The resulting package will be placed in target/android-artifacts/release/apk.
WASM builds require wasm-bindgen-cli to be installed, and its version needs to match the resolved version of wasm-bindgen.
Run ./mkWasmUi.sh. The resulting files will be placed in target/wasm32-unknown-unknown/dist.