WORDLE-VISION
Up your Wordle game!
Are you obsessed with playing the increasingly-popular word game Wordle?
Ever wondered what the optimal first word to guess might be?
As a fan of the game myself, I've done some quick analytics to try and help guide you.
Final output is a text file of 60 words (best_guesses.txt) that are good initial guesses when playing Wordle. The list can, with manual curation, be pared down further to only the more common words used in the game.
Python 3
Requirements
- urllib
- collections
- numpy
- seaborn
- matplotlib
Acknowledgments
This code uses a lexicon of English words provided on GitHub by dwyl here.