The definition demonstrates how to create the famous Game of Life Cellular Automata using Rabbit.

This is the most famous cellular automata ever invented. People have been discovering patterns for this rule since around 1970. Large collections are available on the Internet.
The rule definition is very simple: a living cell remains alive only when surrounded by 2 or 3 living neighbors, otherwise it dies of loneliness or overcrowding. A dead cell comes to life when it has exactly 3 living neighbors.
A rule by John Conway.
More about Game of Life

2D CA: Game of Life GH

3 thoughts on “CA: Conway’s Game of Life 2D with Rabbit

  1. Eda Kale says:

    Hello, I want to make city growth simulation by using Rabbit. But I couldn’t manage to set the barriers (like sea, railway, roads). Is there any specific definition for that?

  2. JINAL says:

    Hello, I am working on 3D Cellular Automata using black, grey and white cells with values 1, 0.5 and 0 respectively. Are there any scripts, I can refer for the same ?

Leave a Reply

Your email address will not be published. Required fields are marked *