After having participated at a Coderetreat last weekI decided to implement my own version of the game in JavaScript.
Note:
Click and drag on the grid to create living cells.Generation: 0
These are the ingredients:
- Paper.js — The Swiss Army Knife of Vector Graphics Scripting.
- Backbone.js — Glue the game and UI stuff together
- Yeoman / Grunt / Bower / RequireJS — Dependency handling and building (Hm, this was'n really necessary. Just out of personal curiosity)
The code is available on github
- kpricorn/game-of-life — Game of Life implementation
- kpricorn/game-of-life-sample — Sample JS App