/minautomata

Falling sand/cellular automata game written in rust for the browser via wasm.

Primary LanguageRust

MINAUTOMATA

Falling sand game in rust for the browser.

Live demo

cmjb.tech/minautomata

Building

Building MINAUTOMATA requires wasm-bindgen and wasm-pack. Build with:

wasm-pack build --target web

Then serve the repo root directory with e.g.:

python -m http.server

Open up the hosted address and then you should be presented with the game!