Word soup smash attack
This is a programme which will solve the word soup game, giving the highest score possible.
The Create Board function will create a 2D array (8x13), each element of the array is filled with a letter.
The Prefix Array contains all of the possible prefixes for words in the english language, ranging from the first two letters to the first seven.
The Dictionary Object contains all of the words in the english language.
The Main Function ...