BrantOlsen / game-of-life

The Game of Life
http://brantolsen.github.com/game-of-life/
1 stars 0 forks source link

Constructor needs parameters #3

Closed BrantOlsen closed 12 years ago

BrantOlsen commented 12 years ago

The constructor needs to take parameters like max row, max column, and cell size among others.

BrantOlsen commented 12 years ago

Done. Second parameter now can take an object.