Visualizing Conway's Game of Life

Initializing live version
Download to Desktop

Requires a Wolfram Notebook System

Interact on desktop, mobile and cloud with the free Wolfram Player or other Wolfram Language products.

What do Conway's game of life and graph theory have in common? They both can be represented by binary matrices: in Conway's game of life, a 1 represents a live cell (black) and a 0 represents a dead cell (white); likewise, a graph can be represented by its adjacency matrix, where a 0 or 1 represents no link or a link between two nodes, respectively. Applying a nine-cell two-dimensional outer totalistic rule on a random binary square matrix simulates the evolution of the game of life as well as the evolution of a random network. Thus, although the underlying rule is identical in each case, the computation can be represented graphically in many different ways.

Contributed by: Bichara Sahely (December 2018)
Based on a program by: Luca Zammataro
Open content licensed under CC BY-NC-SA


Details


Snapshots



Feedback (field required)
Email (field required) Name
Occupation Organization
Note: Your message & contact information may be shared with the author of any specific Demonstration for which you give feedback.
Send