Cellular Automaton
A grid-based computational model where each cell follows simple rules based on its neighbors' states. Despite simple rules, cellular automata can produce complex patterns including computation, self-replication, and emergence. Conway's Game of Life is the most famous example.