]> git.cworth.org Git - wordgame/shortlog
wordgame
2007-05-08 Carl WorthIncrease the window size a bit master
2007-05-08 Carl WorthDisplay all unfound, obscure words in blue at the end...
2007-05-08 Carl WorthDon't display slots for target words less than 5 letter...
2007-05-08 Carl WorthSwitch from 6-letter rack to 7-letter rack
2007-05-08 Carl WorthFix typo in copyright/licensing blurb.
2006-12-19 Carl WorthEnsure that there's at least one full-length word that...
2006-12-19 Carl WorthReduce number of tiles to 6 for a slightly easier game
2006-12-19 Carl WorthRemove penalty for not guessing obscure words.
2006-12-19 Carl Worthdict: Fix bug in for_each iterations with no max_length...
2006-12-19 Carl WorthEnsure that there is at least one word using all letter...
2006-12-19 Carl WorthFix to not give hints by putting answers found so far...
2006-12-19 Carl WorthAllow a new game to be started by pressing Enter after...
2006-12-19 Carl WorthAdd display of all missed words with control-C
2006-12-18 Carl Worthrack-fancy: Ignore any blank tiles drawn from the bag
2006-12-18 Carl WorthRestrict solution to words of 3 or more letters
2006-12-18 Carl WorthSwitch to mono font for solution and give it a bit...
2006-12-18 Carl WorthCleanup code to remove file-scope the_rack
2006-12-18 Carl WorthFix refresh bug for solution widget
2006-12-18 Carl WorthOnly show solution words after found (with refresh...
2006-12-18 Carl WorthPass the dict entry flags to the for_each callback
2006-12-18 Carl WorthAdd verification of the word
2006-12-18 Carl WorthAdd keypress handler for Return
2006-12-18 Carl WorthAdd display of solution to the canvas
2006-12-18 Carl Worthdict: Add dict_for_each functions
2006-12-16 Carl WorthAbstract tile-specific code out of demo-item.c
2006-12-16 Carl WorthAdd key press handling (letter guessing and backspace)
2006-12-10 Carl WorthAdd back randomization
2006-12-05 Carl WorthAdd a 3D "etched" effect to the lettering.
2006-12-05 Carl WorthFix randomizing of letter positions to never end up...
2006-12-01 Carl WorthAdd letter scrambling animation to rack-fancy
2006-12-01 Carl WorthMake rack-fancy select and display a rack of 7 random...
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-12-01 Carl WorthReport the time limit expiration, but don't end the...
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 WorthPrint the per-word statistics at the end of the game.
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 WorthDon't print empty found/missed sections
2006-09-23 Carl WorthPrefer capital letters in puzzle presentation
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 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 WorthMove IS_WORD flag from trie to dict layer
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...
2006-09-19 Carl WorthIgnore *.o and *~ files.
2006-09-17 Carl WorthAdd input, verification, and scoring.
2006-09-17 Carl WorthAdd board and solver.
2006-09-17 Carl WorthInitial comit of wordgame