John Conway's Game of life flash
This is a simple Flash project designed using the algorhythm designed by Cambridge mathematician John Conway, which is probably the most simple example of emergent complexity. It's was also one of the first experiments in AI (Artificial Intelligence).
There are three simple rules that govern the life in this simulation:
- Life with less than 2 neighbours dies of loneliness.
- Life with more than 3 neighbours dies of starvation.
- Where there are 3 life-forms, they give birth to one new one.