Fix the point-count for words with more than 8 letters
Any time you enter more than 8 letters into the search field, all words found that have more than 7 letters are assumed to be bingos--not true if i'm trying to use that many letters. For example, if I I hold MUTTONI, and there's a US on the board I'd like to use, typing in MUTTONIUS returns MUTINOUS as a Bingo--although I'd have a T left over in my rack.
The way to fix this would be to base the "bingo" algorithm on the number of tiles in a candidate word, compared to the number of letters in the search.
1
vote
Butch Hill
shared this idea