Uses Monte Carlo to solve any Wordle puzzle with a 100% success rate. To see it work run simulategames.py
.
If you want to use it to help with an unknown Wordle puzzle use unknownwordle.py
.
- Python 3.8
Simulates Wordle games and solves them using an Algorithm. This is used to estimate the win percentage of a given algorithm.
This is used for solving an unknown Wordle puzzle. It will give you the top suggested words for your next guess with the estimated win rate if those are the next guesses. If you choose a different word it will estimate the percent chance of a win.