Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 629 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 629 Bytes

AWSM Gorillas

Shitty little gorillas clone written in Rust and Javascript using nphysics for the browser.

screenshot

play at

https://naubino.de/awsm-gorillas/ (gamepads required ATM)

build

  1. install wasm-pack or via cargo cargo install wasm-pack
  2. run wasm-pack build to build your rust to ./pkg
  3. run yarn install to install all you need to get this into your browser
  4. run yarn serve to start webpack
  5. keep yarn serve running for continuous updates
  6. open http://localhost:8080