Skip to content

etinaude/Conways-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conways-game-of-life

Conways game of life is a 0 player game based on a grid where there are 2 options for colors of each cell, reperesenting either "alive" or "dead". where there are 4 rules.

  • Any live cell with fewer than two live neighbours dies, as if caused by underpopulation
  • 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 overpopulation
  • Any dead cell with exactly three live neighbours becomes a live cell, as if by reproduction

feel free to branch or contact me for any more information.

Releases

No releases published

Packages

 
 
 

Languages