With this code you can play against the PC the game Scrabble in Greek.
- Min: Calculates all possible permutations and returns the one with the less ammount of letters.
- Max: Calculates all possible permutations and returns the one with the most ammount of letters.
- Smart: Calculates all possible permutations and returns the one with the highest score.
- Smart-Fail: Calculates all possible permutations and returns the one with the highest score, but with a possibility of failing. In that case, it returns the next best solution again with a possibility of failing and so on.