]> git.cworth.org Git - wordgame/log
wordgame
17 years agoBegin to wean grid.c away from trie and toward dict.
Carl Worth [Thu, 21 Sep 2006 06:59:59 +0000 (23:59 -0700)]
Begin to wean grid.c away from trie and toward dict.

17 years agoEliminate useless layer of dict wrapping trie.
Carl Worth [Thu, 21 Sep 2006 06:51:04 +0000 (23:51 -0700)]
Eliminate useless layer of dict wrapping trie.

17 years agoHide implementation details of dict in dict-impl.h. Add automatic dependency computat...
Carl Worth [Thu, 21 Sep 2006 06:29:22 +0000 (23:29 -0700)]
Hide implementation details of dict in dict-impl.h. Add automatic dependency computation to Makefile.

17 years agoBreak wordgame.c into dict.c and grid.c in preparation for more programs
Carl Worth [Thu, 21 Sep 2006 05:22:25 +0000 (22:22 -0700)]
Break wordgame.c into dict.c and grid.c in preparation for more programs

17 years agoIgnore *.o and *~ files.
Carl Worth [Tue, 19 Sep 2006 08:01:00 +0000 (01:01 -0700)]
Ignore *.o and *~ files.

17 years agoAdd input, verification, and scoring.
Carl Worth [Sun, 17 Sep 2006 09:01:17 +0000 (02:01 -0700)]
Add input, verification, and scoring.

I think the game is basically complete at this point.

17 years agoAdd board and solver.
Carl Worth [Sun, 17 Sep 2006 08:00:10 +0000 (01:00 -0700)]
Add board and solver.

17 years agoInitial comit of wordgame
Carl Worth [Sun, 17 Sep 2006 05:56:29 +0000 (22:56 -0700)]
Initial comit of wordgame