Webassembly implementation of Conway's Game of Life.
Available here.
The simulation is pausable. Once paused, one can move forward one step at a time.
wasm-pack build
cd www
yarn
(ornpm install
)yarn start
(ornpm start
)- visit http://localhost:8080