For the program to work properly, you need to put the "Resources" folder in the program files into the folder with the compiled binary file.
A bot, that can always find the word worth the most points in a game of Scrabble.
Implemented using a multithreaded trie tree based algorithm. Features a GUI, multiple undo, and parsing of user-provided dictionaries.
Currently supported languages are English and Polish.

To add your own language, you need to prepare the words.txt file, which will contain a list of the words that WordFinder can use, then create a letters_info.txt file that will contain information about which letters are available in a given language and how many points are worth.
then the given 2 files should be placed in the folder <folder_with_binary_file>/Resources/Languages/<language_name>/

Disclaimer
SCRABBLE® is a registered trademark. All intellectual property rights in and to the game are owned in the U.S.A and Canada by Hasbro Inc., and throughout the rest of the world by J.W. Spear & Sons Limited of Maidenhead, Berkshire, England, a subsidiary of Mattel Inc. Mattel and Spear are not affiliated with Hasbro. Words with Friends is a trademark of Zynga with Friends.
This project is not affiliated with SCRABBLE®, Mattel Inc, Hasbro Inc, Zynga with Friends or Zynga Inc in any way. This software is for entertainment purposes only.


