Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/naubino/awsm-gorillas

wasm gorillas
https://github.com/naubino/awsm-gorillas

Last synced: about 2 months ago
JSON representation

wasm gorillas

Awesome Lists containing this project

README

        

# AWSM Gorillas

Shitty little gorillas clone written in Rust and Javascript using [nphysics](http://nphysics.org/) for the browser.

![screenshot](screenshot.png)

## play at

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

## build

1. install [wasm-pack](https://rustwasm.github.io/wasm-pack/installer/) or via [cargo](https://rustup.rs/) `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