A new computer Scrabble engine uses probability-based decision making to compete at a championship level. The system optimizes move selection by predicting opponent responses rather than relying on static dictionaries. This approach demonstrates how targeted probabilistic modeling outperforms brute-force search in constrained games. Developers can apply these specific heuristics to other turn-based strategic simulations.