Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a compiler warning and add TODO tags.cgol-0.1.0 | P. J. McDermott | 2011-12-13 | 1 | -1/+2 |
* | Fix tick corruption that resulted in strangeness. | P. J. McDermott | 2011-12-13 | 1 | -12/+17 |
* | Add a rudimentary main event loop. | P. J. McDermott | 2011-12-13 | 1 | -2/+9 |
* | Write tick() and friends. | P. J. McDermott | 2011-12-13 | 1 | -0/+61 |
* | 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 |
* | Initial commit; it builds, runs, and does nothing! | P. J. McDermott | 2011-12-12 | 1 | -0/+111 |