Main task of this program is to help Scrabble players. This program has to detect words placed on the board, check if words are correct and calculate points for each word. At the end virtual board is displayed with hints about words correctness and corresponding to each word points.
Attached words dictionary is prepared for Polish. There is a possibility to run program for other languages, but code contains special facilities for polish letters. Also implemented Scrabble rules are taken from polish version of Scrabble. If you want to run this program for other languages you have to change dictionary file and points calculation rules implemented in Words Validation Module.
For more information refer to documentation located in docs directory.