Skip to content

HarryNash/conway-game-of-life-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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