/lifecanvas

A simple typescript module for animating HTML5 canvases with Conway's "Game of Life"

Primary LanguageTypeScriptMIT LicenseMIT

Conway Life Canvas

A simple typescript module for animating HTML5 canvases with Conway's "Game of Life".

Take a look at the demo!

Installation

Get the typescript compiler.

git clone https://github.com/julianandrews/lifecanvas
cd lifecanvas
tsc

This should generate dist/lifecanvas.js.

Usage

See docs/index.html for an example.