Conway´s Game Of Life is a little interactive simulation of a population with 4 simple rules.

The Simulation is made up of little squares which are either alive or dead. 

You´ll get the hang of it pretty quickly. 

Rules:

  1. Any live cell with fewer than two live neighbours dies, as if by underpopulation.
  2. Any live cell with two or three live neighbours lives on to the next generation.
  3. Any live cell with more than three live neighbours dies, as if by overpopulation.
  4. Any dead cell with exactly three live neighbours becomes a live cell, as if by reproduction.

More information here: 

https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life


Arrow Keys for precision Tool

Here is a really nice Numberphile Video on that topic: 

https://www.youtube.com/watch?v=R9Plq-D1gEk

Development log

Leave a comment

Log in with itch.io to leave a comment.