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 buildcd wwwyarn(ornpm install)yarn start(ornpm start)- visit http://localhost:8080
