Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 669 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 669 Bytes

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.