Skip to content

TheFreck/GameOfLIfe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameOfLIfe

The rules are as follows:

  • a cell is black if it is alive and white if it is dead
  • if a live cell has 2 or 3 neighbors it will remain alive in the next generation
  • if a live cell has more than 3 or fewer than 2 neighbors it will die after this generation
  • if a dead cell is dead and it has 3 neighbors it will come alive next generation
  • otherwise the cell will remain dead

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published