Anagram Solver V2 is a rewrite of the earlier anagram solver, in a separate repository rather than a new version of the original one.
The changes are a faster Trie search algorithm and Scrabble assistance that calculates the score of each word. Given a set of Scrabble letters, it reports the best word that can be made from them.
A V3 would take the state of the Scrabble board as input, and report the best available play rather than the best available word.
GitHub Repo