HarryNash / conway-game-of-life-visualization

Interactive way to learn the CGoL rules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conway-Game-of-Life-Visualization

Try It Out

https://harrynash.github.io/conway-game-of-life-visualization/

Features

  • Click on squares to set them as alive or dead.
  • Mouse over squares to see their future.
  • Get the next state of the board manually with the step button.
  • Have the app get it's next state automatically every second with the run.

Preview

N|Solid

Installation

$ npm install
$ npm start

About

Interactive way to learn the CGoL rules.


Languages

Language:JavaScript 82.2%Language:HTML 13.3%Language:CSS 4.5%