Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a rudimentary main event loop. | P. J. McDermott | 2011-12-13 | 1 | -2/+9 |
| | | | | At least one of the rules in tick() is wrong... | ||||
* | Write tick() and friends. | P. J. McDermott | 2011-12-13 | 1 | -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. McDermott | 2011-12-13 | 1 | -2/+9 |
| | |||||
* | Cap the grid size and print the initial grid. | P. J. McDermott | 2011-12-13 | 1 | -7/+22 |
| | |||||
* | Use global variables and generate the seed grid. | P. J. McDermott | 2011-12-13 | 1 | -3/+42 |
| | |||||
* | Add forgotten 'n' option case to switch construct. | P. J. McDermott | 2011-12-12 | 1 | -1/+4 |
| | |||||
* | Add license file. | P. J. McDermott | 2011-12-12 | 1 | -0/+674 |
| | |||||
* | Initial commit; it builds, runs, and does nothing! | P. J. McDermott | 2011-12-12 | 3 | -0/+186 |