Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 476 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 476 Bytes

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.