Solving Wordle in under 3 guesses with python - wordle.plus

Solving Wordle in under 3 guesses with python

The Dodgy Engineer
Views: 3259
Like: 63
Wordle is a simple word game that recently exploded on the internet. Everyone tries to guess in as few attempts as possible, so I wrote an algorithm in python to maximise my performance.

With a mean guess number of 2.95, my program is near optimal. I was inspired to create this project after watching a video by 3Blue1Brown, and against all odds, my results seem better than his!

If you have any questions, please drop them in the comment section! Here’s a link to the code:

#wordle #solvingwordle #bestwordleword