GillesVandewiele / Wordle-Bot

An entropy-based strategy to wordle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wordle-Bot

An entropy-based strategy to wordle

Inspired by 3Blue1Brown

Install & Run

  1. Clone the script:
git clone https://github.com/GillesVandewiele/Wordle-Bot.git
  1. Install tqdm and scipy
(python -m) pip install tqdm scipy
  1. Run the script (it will generate 10 random words and apply the strategy)
python wordle.py

Example

Interactive

Example of execution

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? Statistics

About

An entropy-based strategy to wordle

License:MIT License


Languages

Language:Python 100.0%