nshafer / gradle

Wordle Grade
2 stars 0 forks source link

Better word dictionary #2

Closed matthewpritchett closed 2 months ago

matthewpritchett commented 2 months ago

I’ve noticed that quite a few of the “possible words” are not actual words and could never be the solution. Is there anyway to have the dictionary of words be more refined to make the grades more accurate?

matthewpritchett commented 2 months ago

Just realized it looks like you’re using the official words from the original wordle script?

https://github.com/nshafer/gradle/blob/main/src/words.ts

I’m guessing NYT might have changed as I don’t think most of them are actual guesses now. Not entirely sure though.

matthewpritchett commented 2 months ago

Closing as I realized that wordle seems to accept all of the words I didn’t think it would. Thanks for the great tool!