Wordle Engine
This simulator selects a random word from a list of the most common English words and then plays a game of Wordle, ensuring each subsequent guess doesn’t include a word ruled out by previous guesses.
The probability associated with each word is calculated based on the frequency of each character in each position among the remaining candidates.
MODES
RANDOM
- Select a random word from the remaining candidates.
CALCULATED
- Select the highest probability word from the remaining candidates.