/wasm-game-of-life

Webassembly learning project

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Conway's Game of Life in WASM

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.

SCREENSHOT

Requirements

Build and run locally

  1. wasm-pack build
  2. cd www
  3. yarn (or npm install)
  4. yarn start (or npm start)
  5. visit http://localhost:8080