https://eval-exec.github.io/conways-game-of-life/
git clone https://github.com/eval-exec/conways-game-of-life.git
cd conways-game-of-life
cargo install wasm-pack
python -m http.server
# then open your web browser and visit http://127.0.0.1:8000
cargo run -p bin -- --mode (2d/3d/console)