Skip to content
This repository has been archived by the owner on Feb 11, 2019. It is now read-only.

A CoffeeScript implementation of Conway's Game of Life using HTML5 Canvas

Notifications You must be signed in to change notification settings

jhogendorn/Game-of-Life-in-CoffeeScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Conway's Game Of Life in CoffeeScript

## Overview

I wrote this to teach myself some coffeescript. By making a new GameOfLife object, you can use setInterval to animate over generations (see example.coffee).
It also tracks generations so you can halt your animation when it reaches a stable state, taking into account oscillating patterns.

## Dependencies

### Optional

json2.js for JSON serialization, if you want to run in older browsers that dont automatically support JSON.
:	https://github.com/douglascrockford/JSON-js

About

A CoffeeScript implementation of Conway's Game of Life using HTML5 Canvas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published