This is an implementation of the abstract board game YINSH in Rust using macroquad.
You can play it in the browser!
Install the required wasm build target and run the provided build script
rustup target add wasm32-unknown-unknown
./build_web.sh
This creates a directory ./static
that can be served e.g. with basic-http-server
cargo install basic-http-server
basic-http-server static
Included fonts are all relased under the OFL, see OFL.txt.