← back to portfolio

Game of Life

About this demo

This is a demo of Conway's Game of Life created in JavaScript. This version uses the usual rules on a fixed 50x50 grid and wraps around at both edges.
Click to add or remove cells from the grid. The simulation can be set to play automatically or run frame-by-frame by using the step button.