Category Uncategorized

Continuous Cellular Automata

In a Cellular Automata, we simulate a grid of cells. For each cell, we can calculate its upcoming state based on its previous state. A very famous example of such a system is Conway’s Game of Life. In the Game…