Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 563 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 563 Bytes

Game of Life on Meteor

This is my first application using Meteor platform.

It's a simple implementation of Conway's Game of Life, a divertimento to try Meteor. You can try it at http://game-of-life.meteor.com/.

Its performance is a bit slow considering it has only 120 cells, I would like to improve it using some kind of aliveNeighbours counter cache. Got a better idea? Please tell me.