Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 588 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 588 Bytes

Conways' Game of Life

rust-wasm preview

https://eval-exec.github.io/conways-game-of-life/

run

git clone https://github.com/eval-exec/conways-game-of-life.git

cd conways-game-of-life

build WebAssembly version of game

cargo install wasm-pack

python -m http.server
# then open your web browser and visit http://127.0.0.1:8000

build console/2d/3d version of game

cargo run -p bin -- --mode (2d/3d/console)

result