Commit Graph

3 Commits (c3055367e61d9e7cc3e565e0ce723f969bd34383)

Author SHA1 Message Date
Jeffrey Adair 5152e68c80 Fix bug in valid word detection
The valid word detection did not account for the fact that a valid word
could exist twice in the list: once at a non-multiple-of-five index
because it is the end of one word and the start of another, and again at
a multiple-of-five index for the word itself. An example is aglow agony
contains wagon. This prevented wagon from being considered a valid word
(even though it could be selected as the target word).

This fix loops through all detections of the word in the dictionary to
see if any are at a multiple-of-five index.
2022-05-04 23:52:07 -04:00
marko 6fe1a7e1d9 New app 'bee', add game statistics to 'bordle' app. 2022-04-02 15:59:39 -04:00
marko 288f2f4753 Add "Bordle" app 2022-03-16 11:23:16 -04:00