You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conway’s Game of Life (also simply called Life) is a well-known “life
simulator” that uses only binary cells and three simple rules. This repository
contains a bare-bones implementation of this simulator.