This code generates a 2D animation of a 1D cellular automaton, Rule 30 (or other rules), being fed as input to a 2D cellular automaton, Conway’s Game of Life. Video ...
Conway’s Game of Life is a beautiful example of how complex behavior can emerge from a few very simple rules. But while it uses biological terminology such as “cells”, “alive” and ...
Conway's game of life is a zero player game (meaning that we only give it some input. It evolves based on that input and the rules of the game). It has 4 simple rules. The game of life is of great ...