I willingly made the choice to use English word data that I dug up on the internet. NOT data from Wordle's list of words. I wanted to develop this system without any "insider" data or knowledge, so that's where I drew the line and defined my problem space.
- Input ALL letters, in order, and resultant colors into input.txt in the following format:
- g - green
- y - yellow
- k - black/grey
-
Run script_get-possible-words.py after you enter each word to get recommendations for next word
-
After running 2., output.csv will contain the recommended words, ranked by score, in the following format:
- List of all English words
- 20,000 most common English words
- 3,000 most common English words
- Wordle Archive of past games (for testing)

