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 ...
Select from thousands of Game of Life patterns, add them to the simulation with one click. Speed up, slow down, frame-step, pause and clear the game world. Browse, preview and pick the patterns to add ...
This is a pure JavaScript/HTML/CSS implementation of Conway's Game of Life. This implementation does not use any external libraries, and also does not use a canvas, but rather an HTML table element.