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
Get the Source
https://github.com/transistorfet/fallingrust/Or clone with:
git clone git@github.com:transistorfet/fallingrust