Skip to content

mjacob1002/WordleSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordleSolver

Checklist

  • Implement the filter to narrow the wordbank
  • [x]
  • Implement a functional solver, using a naive random guess
  • Implement a simulation to test average amount of guesses to get the correct answer
  • Implement a smarter guessing algorithm (info theory???) to get under 4 guesses
  • Currently average guess is about 7?! Figure out what is wrong.

How to Use

When you start the program, you must input the result of the guess the bot said so that the bot can make another guess.

Green Tiles = the letter that is green

Yellow Tiles = "-"

Gray tiles = "_"

Above is the key when interacting with the bot through stdin.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published