Give flowers to the people around you. Triple the points when giving them to women!
Just made this mini game to play a bit with Rust. I has no win condition, no pause, no menus, no loading screen, no thrills :)
To build a Wasm binary from the Rust sources:
nix buildThis generates a [stripped] Wasm binary at result/bin (where result is a symlink to a [Nix store][store] path).
cargo buildThe binary will run with wasm-server-runner
nix run cargo run Run on a completely open port to test from a remote
WASM_SERVER_RUNNER_ADDRESS=0.0.0.0 cargo run 