A Cellular Automaton (CA) is a collection of celis arranged in a grid of specified shape, such that each cell-changes state as a function of time,
"according to a defined set of rules driven by the states of neighboring cells.
Game of Life is a particular kind of cellular automaton, introduced by John Connway in 1970, consisting of 2-state cells(dead or alive):
These automaions form self generative patterns, and have applications in fields like cryptography and traffic simulation.
"Here, you can create your own system of living cells with your own set of rules!