Conway's Game of Life

Sat Aug 13 2022

Algorithm Cellular Automata p5js Visualisation
Link to Demo github logo Link to Code

This cellular automatan simulation was built with p5js. It is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves. It is Turing complete and can simulate a universal constructor or any other Turing machine.

Back