Skip to content

matt-condon/WordleBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordleBot

Bot for solving wordle game

Proposed Solution

  1. Get all 5 letter word list
  2. Sort by letter frequency
  3. For each word in sorted list
    1. Send first word
      1. Filter word list based on result where:
      2. For each letter
        1. If correct in correct position, filter out all without correct letter in correct position
        2. If incorrect - filter out all words with that letter
        3. If correct but position incorrect
          1. filter out all words with that letter in that position
          2. filter out all words not containing that letter

Sample of working solution (side-by-side with wordle game) wordle_solved

Success rate to date on wordle game:

image

Success rate 90.9% (in autoplay, using all 5 letter words :: max guesses is 6): image

About

Bot for solving wordle game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages