Created by Renata Cummins
Small
Large
Slow
Fast
Seed pattern
This implementation of Conway's Game of Life uses a 2D grid of square cells with two possible states, alive or dead. Each cell lives, dies or is reborn in the next generation depending on how many of its neighbors are alive.