Skip to content

prontotools/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life

CircleCI

  • A live cell with fewer than two live neighbors dies.
  • A live cell with two or three neighbors lives on to the next time step.
  • A live cell with more than three neighbors dies.
  • A dead cell with exactly three live neighbors becomes a live cell in the next time step.

Releases

No releases published

Packages

No packages published

Languages