Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 454 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 454 Bytes

Conway's Game of Life

An implementation of Conway's Game of Life in HTML, SVG and JavaScript.

Click tiles on the grid to turn cells on or off and hit Start or Stop to control the simulation. Redraw refreshes the screen with the specified grid size. The interval between generations can be specified in milliseconds.

The examples drop-down sets up the grid with some interesting patterns.