dragonwasrobot / game-of-life

A CoffeeScript and HTML5 canvas implementation of Conway's Game of Life.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conway's Game of Life

What is this?

A simple implementation of Conway's Game of Life made using CoffeeScript and HTML5 Canvas. The project was done as an exercise originally located at developer works.

General

Notes

The coffeescripts folder contains the CoffeeScript source while the javascripts folder contains the compiled CoffeeScript code (as JavaScript).

Installation

Presuming you already have CoffeeScript installed, all you have to do is simply open the index.html file in a modern browser to see the simulation in progress.

About

A CoffeeScript and HTML5 canvas implementation of Conway's Game of Life.


Languages

Language:CoffeeScript 100.0%