Discrete Cellular Automata, as the name implies, is a discrete model of computation.
It consists in a grid of cells that can be in one of two states, on or off. The state of a cell is determined by the state of its neighbors.
This project is a simple implementation of a 2D cellular automata.