Skip to content

cmet7/conway-life-html5-canvas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

Conway's game of life is a famous computer science problem first introduced by John Conway in 1970. Life is a “zero­player” game that consists of an 'n' by 'm' checkerboard or grid, with each cell having the possibility of being on or off. The next state of each cell is decided by counting the number of neighboring cells that are on or off (see Rules). More information can be found on Wikipedia.

For more information see the webpage for this project.

Bitdeli Badge

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors