index
:
games/cgol.git
cgol-0.1
master
Curses Game of Life
P. J. McDermott
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate cgol to my newer and better build system.
HEAD
master
P. J. McDermott
2012-02-10
4
-0/+383
*
Obey the generations limit.
cgol-0.1.1
cgol-0.1
P. J. McDermott
2011-12-18
1
-3/+10
*
Print usage information to stderr with line break.
P. J. McDermott
2011-12-18
1
-2/+2
*
Fix an uneventful memory leak.
P. J. McDermott
2011-12-14
1
-0/+1
*
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
*
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