]> git.cworth.org Git - wordgame/history - grid.c
Ensure that there's at least one full-length word that's not obscure
[wordgame] / grid.c
2006-11-29 Carl WorthAdd the ability to specify grid letters on the command...
2006-09-29 Carl WorthAdd grid5 game in addition to grid4
2006-09-29 Carl Worthgrid: Generalize to allow either 4x4 or 5x5 grid.
2006-09-29 Carl WorthSplit grid into main program in grid4.c and library...
2006-09-29 Carl Worthgrid: Rename "board" to "grid"
2006-09-24 Carl Worthgrid: Don't consider 2-letter words as valid.
2006-09-23 Carl WorthFix games wiithout time limit. Don't add empty repsonse...
2006-09-23 Carl WorthMove the main game logic from grid.c to new word-game.c
2006-09-21 Carl Worthgrid: Add the ability to print stats at any point in...
2006-09-21 Carl WorthPrint board before result summary
2006-09-21 Carl WorthAdd -Wmissing-prototypes and add a bunch of missing...
2006-09-21 Carl WorthMove private portions of dict from dict-impl.h back...
2006-09-21 Carl WorthRemove dependence on string_t functions from grid.c
2006-09-21 Carl WorthAdd printing to dict interface. Breakup grid prints...
2006-09-21 Carl WorthComplete the dict layer by adding dict_cursor_t and...
2006-09-21 Carl WorthBegin to wean grid.c away from trie and toward dict.
2006-09-21 Carl WorthEliminate useless layer of dict wrapping trie.
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...