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
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?
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 ?
Sorry, Really really Thanks !
Its Amazing to use it
Greetings
Hello, I can’t use this link