This repository has been archived by the owner on Feb 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
jhogendorn/Game-of-Life-in-CoffeeScript
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published