Skip to content

epicodus/game-of-life

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Game of Life

Cellular automaton based on John Horton Conway's 4 basic rules:

Any live cell with fewer than two live neighbours dies, as if caused by under-population. Any live cell with two or three live neighbours lives on to the next generation. Any live cell with more than three live neighbours dies, as if by overcrowding. Any dead cell with exactly three live neighbours becomes a live cell, as if by reproduction.

By J.J. Idt

##Instructions

To play, download zip file, unpack, and run index.html in the browser

Releases

No releases published

Packages

No packages published