I was finding the Letter Lattice game was coming up with loads of words with "NESSES" at the end, and was getting a little sick of them all! So I added a new function, this week, to only find words that contain less repetitive letters.
Now, it'll only pick words that have no more than 2 repeats of each letter.
eg. Sausage would be fine, but Sausages wouldn't because it has 3 S's in it.
This new functionality came in handy for this game, where I simply set the limit to 1, so that none of the letters in the word are repeated.
Job Done!