Introduction - If you have any usage issues, please Google them yourself
Cellular Automata are a type of simulation where elements represent single-celled organisms.
The survival and propagation of these cells are governed by very simple rules,
such as how many neighbouring cells are alive and how many are required for new cells to be spawned .
This program allows you to interactively run a CA simulation and change the rules on the fly,
as well as spawn your own cells.
Developed using Delphi 7Developed using Delphi 7.