Zero-player game
Cellular automation system
Devised by John Horton Conway
Evolution is determined by initial state
Each cell can be alive or dead
Conway’s Game of Life
Problem to solve:
Slide 2
Slide 2 text
Each cell has 8 neighbours
and follows 3 rules
1 2 3
4
5
6
7
8
Slide 3
Slide 3 text
Any live cell with fewer than 2 live neighbours
dies of loneliness
Rule 1
Slide 4
Slide 4 text
Any live cell with more than 3 live neighbours
dies of overcrowding
Rule 2
Slide 5
Slide 5 text
Any dead cell with exactly 3 live neighbours
comes to life of warmth
Rule 3