Wordle Optimization Project

Our “robo guesser” can solve any Wordle puzzle within 6 guesses, with an average of 4.53 guesses. This automatic guesser, along with other functions that provide useful analytics for players who want to improve their guesses without cheating, are included in this project.

How to Use Key Functions

All functions in this repository will provide basic information with use of help(function()), but below is how to use the key functions.

Prerequisites

You will need Python as well as packages pandas and matplotlib to use the functions in this project.

Loading the Possible Words Set

It’s important that you load a set of possible words to use all other functions in this repository. We recommend you use the wordleWords.txt file which includes all accepted words by Wordle. Simply put the

 

 

 

To finish reading, please visit source site