]> git.cworth.org Git - wordgame/commitdiff
Fix to not give hints by putting answers found so far in their alphabetical position.
authorCarl Worth <cworth@cworth.org>
Tue, 19 Dec 2006 07:41:26 +0000 (23:41 -0800)
committerCarl Worth <cworth@cworth.org>
Tue, 19 Dec 2006 07:41:26 +0000 (23:41 -0800)
Instead all found answers now appear alphabetically before the blanks
corresponding to all unfound answers.

Part of implementing this was adding new of_length interfaces to dict
in place (or in addition) to the previous by_length interfaces. The
new interfaces are much more useful, (allowing length-limited queries
without any implicit looping).


No differences found