Wordle-Bot
An entropy-based strategy to wordle
Inspired by 3Blue1Brown
Install & Run
- Clone the script:
git clone https://github.com/GillesVandewiele/Wordle-Bot.git
- Install tqdm and scipy
(python -m) pip install tqdm scipy
- Run the script (it will generate 10 random words and apply the strategy)
python wordle.py
- There are some lines commented that will allow you to play interactively to solve the Wordle of the day.
Example
Statistics
I let the bot guess all the words in our word-list and generated a histogram of the required guesses. Can you do better?