jessej-samuel / game-of-life

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 100.0%