Skip to content

chunfeilung/game-of-life

Repository files navigation

Conway’s Game of Life

Build Status

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.

Demo

You can play with the online demo version.