This is a JavaScript implementation of "The World's Fastest Scrabble Program", by Andrew W. Appel and Guy J. Jacobson. I followed their pseudocode closely to implement the algorithm. This is very much ...
Any of the letters can be replace with a ? to be set as a blank letter The word list in dictionary.txt only includes up to seven letter words, as that is the amount of tiles players play with in ...