fallingrust
fallingrust copied to clipboard
A simple falling sand game written in Rust and compiled to Web Assembly
Falling Rust
Started April 13, 2020
A simple falling sand game written in Rust and compiled to Web Assembly. A demo is available at https://transistorfet.github.io/fallingrust/
Running
To build the rust source:
wasm-pack build
To run the node server:
cd www/
npm i
npm start