Skip to content

Conway's Game of Life is a zero player game played by the computer itself based on the algorithm of cellular automata.

Notifications You must be signed in to change notification settings

jessej-samuel/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

game-of-life

Conway's game of life remake in Pygame 2.0

Any live cell with fewer than two live neighbors dies, as if by underpopulation. Any live cell with two or three live neighbors lives on to the next generation. Any live cell with more than three live neighbors dies, as if by overpopulation. Any dead cell with exactly three live neighbors becomes a live cell, as if by reproduction.

About

Conway's Game of Life is a zero player game played by the computer itself based on the algorithm of cellular automata.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages