Skip to content

Agentum07/wordle-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Wordle Solver

Created in honour of 1000 days of Wordle!

For when you really need to maintain your streak.

I created a solver from scratch that uses a simple algorithm built upon the basic rules of the game and a couple of predetermined useful predictions to solve Wordle. The algorithm has managed to reach avg. levels of predictions that are less than 0.21 away from the best known automated solver (avg. 3.42).

Statistics

  • Total words: 2315
  • Average number of predictions per word: 3.6358
  • Number of words failed (i.e took more than 6 guesses): 10
  • Accuracy: 99.56%

results graph

Usage

  1. Run wordle_solver.py: python wordle_solver.py.
  2. Use the prediction provided by the algorithm.
  3. Enter the feedback in the form of "GYBBY", where
    • B stands for black/grey.
    • Y stands for yellow.
    • G stands for green. Repeat until you win.

Demo

demo.mov

Future Plans

  • Create frontend to remove running python script.
  • Create a telegram bot to automatically solve the most recent wordle.

About

A CLI based solver for the popular word guessing game wordle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages