An implementation of Conway's Game of Life in JavaScript. Live preview here.

To be added:

  • Better controls (pause, continue, jump to step)
  • Interactive timeline of all generations
  • Preset templates

Development

  1. Clone the project
  2. run npm install
  3. run gulp to build, watch and serve the project