Cellular Automaton
Life evolves automatically based on these 4 simple logic rules:
This isn't just a toy. "Cellular Automata" are used in serious science:
🎮 Video Games
Used to generate infinite caves and maps (Procedural Generation). Random noise + these rules = natural-looking terrain.
🧬 Biology
Biologists use it to simulate how bacteria spread, how forest fires move, or how patterns form on animal skin.
💻 Computing
This grid is "Turing Complete." You can literally build a working calculator inside this simulation using patterns of gliders!