- Think of an infinite square grid in which each cell exists in one of
two states, "living" or "dead".
- Each cell is a simple automaton that at every tick of a great clock
must decide which state it will be in until the next tick.
- Decision is based on not only its present state but also those of
its eight neighbors.
|