jason-chao / wordle-solver

A tool that helps people who struggle with vocabulary enjoy the famous game of WORDLE.
https://solvewordle.games/
MIT License
112 stars 20 forks source link

Word list is not comprehensive? #1

Closed venomoustoad closed 2 years ago

venomoustoad commented 2 years ago

nice job on the app. I tried the wordle_game.py , it could not find a couple of words that I tried (gloat and glean)- you might want to use a different dictionary ? Assume you are using the same dictionary for the solver too?

jasonvmiller commented 2 years ago

Both of these words are in the english_words_alpha_dwyl.txt file. If you're using the CLI, just type !extended to pull that (bigger, more complete) list instead.

venomoustoad commented 2 years ago

Ah I missed that in the readme, thanks