Cellular Automaton
A grid of cells with states that evolve according to a pre-defined set of rules.
Resources
- Cellular Automata | The Nature of Code
- This is the best explanation and visualization of how different types of cellular automata work
- Cellular Automaton | Wikipedia
Links
Examples:
- Cellular Automaton Rules Category | Wikipedia
- Conway's Game of Life — most famous, the fact that it is Turing complete is fascinating
- Paterson's Worms — triangular/hexagonal
- Langton's Loop — information flow around the loop to an "arm"
- Langton's Ant — simple rules but emerge interesting behaviour
Games:
- Conway's Game of Life
- Pixpaint | Max Bittker — I find this fun to play. It's more human-friendly lol
- Game of Life | omio.io
(HN)
- Game of Life, simulating itself, infinitely zoomable