]> git.cworth.org Git - wordgame/commit
Remove penalty for not guessing obscure words.
authorCarl Worth <cworth@cworth.org>
Tue, 19 Dec 2006 16:52:03 +0000 (08:52 -0800)
committerCarl Worth <cworth@cworth.org>
Tue, 19 Dec 2006 16:52:03 +0000 (08:52 -0800)
commit68466572ce337908614fb489601cd1590e142677
tree780f64b5c4c6c2516b390b131950233dde0f1c32
parenta26e439b57a16e31a8fb67a079cbad659c21fd39
Remove penalty for not guessing obscure words.

The list of obscure words is in obscure.txt. It consists of words
that are also in words.txt, but for which blanks lines will not
appear on the game board. If an obscure word is guessed, it will
still be considered valid---a new space for it will be inserted
into the game board and the word will be displayed in green.

Many thanks to Kevin Atkinson and Alan Beale for providing the
2of12inf.txt list from which an attempt at identifying 'obscure'
words in OWL2+LWL could be identified. The 2of12inf.tx list was
obtained from:

http://wordlist.sourceforge.net/12dicts-readme.html

and details on its copyright and license status are included in
COPYING-wordlists.
2of12inf.txt [new file with mode: 0644]
COPYING
COPYING-GPL [new file with mode: 0644]
COPYING-wordlists [new file with mode: 0644]
obscure.txt [new file with mode: 0644]
rack-fancy.c