cbosoft / minautomata

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

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


Languages

Language:Rust 82.5%Language:JavaScript 12.8%Language:Shell 2.3%Language:HTML 1.9%Language:CSS 0.5%