]> git.cworth.org Git - wordgame/history - Makefile
Increase the window size a bit
[wordgame] / Makefile
2006-12-01 Carl WorthAbstract subanagram code from rack into new bag.c
2006-12-01 Carl WorthAbstract bag code from rack into new bag.c
2006-12-01 Carl WorthAdd shell for rack-fancy (graphical version of rack)
2006-09-29 Carl WorthAdd grid5 game in addition to grid4
2006-09-29 Carl WorthSplit grid into main program in grid4.c and library...
2006-09-23 Carl WorthAdd new rack game as well
2006-09-23 Carl WorthAdd new drill2 game for drilling 2-letter words.
2006-09-23 Carl WorthMove the main game logic from grid.c to new word-game.c
2006-09-21 Carl WorthAdd -Wmissing-prototypes and add a bunch of missing...
2006-09-21 Carl WorthHide implementation details of dict in dict-impl.h...
2006-09-21 Carl WorthBreak wordgame.c into dict.c and grid.c in preparation...
2006-09-17 Carl WorthAdd input, verification, and scoring.
2006-09-17 Carl WorthInitial comit of wordgame