summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix a compiler warning and add TODO tags.cgol-0.1.0P. J. McDermott2011-12-131-1/+2
|
* Fix tick corruption that resulted in strangeness.P. J. McDermott2011-12-131-12/+17
|
* Add a rudimentary main event loop.P. J. McDermott2011-12-131-2/+9
| | | | At least one of the rules in tick() is wrong...
* Write tick() and friends.P. J. McDermott2011-12-131-0/+61
| | | | | | | | Functions written: * void tick() * int count_live_neighbors(int i, int j) * bool get_cell(int i, int j) * void set_cell(int i, int j, bool s)
* Separate cell printing into a new function.P. J. McDermott2011-12-131-2/+9
|
* Cap the grid size and print the initial grid.P. J. McDermott2011-12-131-7/+22
|
* Use global variables and generate the seed grid.P. J. McDermott2011-12-131-3/+42
|
* Add forgotten 'n' option case to switch construct.P. J. McDermott2011-12-121-1/+4
|
* Initial commit; it builds, runs, and does nothing!P. J. McDermott2011-12-121-0/+111