Shitty little gorillas clone written in Rust and Javascript using nphysics for the browser.
https://naubino.de/awsm-gorillas/ (gamepads required ATM)
- install wasm-pack or via cargo
cargo install wasm-pack
- run
wasm-pack build
to build your rust to./pkg
- run
yarn install
to install all you need to get this into your browser - run
yarn serve
to start webpack - keep
yarn serve
running for continuous updates - open http://localhost:8080