Conway's Life

This is an online version of John Conway's Game of Life coded in JavaScript. It is a zero-player "game" and a cellular automaton, a sort of model used in different fields of math and science. The structures in Life are able to perform any computation, and some even say that our universe could be a cellular automaton. For a color version of Life in which different colored cells don't interact, try Conway's Life Color. If you wanted the different colored cells to interact, try Cellular Automatons 3D, which uses random rules.

Press 'r' to randomize the cells.

©2022 Alan-Turing.org