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.
You can play with the online demo version.
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.
You can play with the online demo version.