astrowonk / TwitterWordle

Solve Wordle with Public Tweets
GNU General Public License v3.0
2 stars 1 forks source link

Targets list is incomplete? #1

Closed mbonness closed 1 year ago

mbonness commented 1 year ago

Just a heads up - the solution from today's puzzle (wordle #646) does not appear to be in the targets .txt file. I noticed it when my Wordle bot failed to guess the solution today. Since I pulled the dictionary from this project thought I would let you know. Have a good day.

mbonness commented 1 year ago

Apparently the NY Times is adding words to the solutions.txt file now since today's puzzle word does not exist here either:

https://static.nytimes.com/newsgraphics/2022/01/25/wordle-solver/assets/solutions.txt

astrowonk commented 1 year ago

@mbonness Thanks for the info. Yeah, apparently today marks the first time the wordle solution deviated from the original list. It used to be the answer list was in order and every day the code just used the next one. Now they have an API that returns todays solution, they must have finally used that to deviate from the older order.

https://www.techradar.com/news/todays-wordle-marks-the-start-of-a-new-era-for-the-game-heres-why

It's unclear if there is any comprehensive list of possible solutions anymore. The solution to 646 is in the larger ~12K plus allowable guess list, but that contains a lot of obscure words as well.

astrowonk commented 1 year ago

Re: the API that tells you the solution you can see how I access it here in my wordle solver bot code.

mbonness commented 1 year ago

Thanks for all the great info. Just to close the loop on this, I am now using a modified version of the ~12k list that contains the 646 solution and about 1,000 other words that seemed like recognizable English words. We'll see how well it does on tomorrow's upcoming surprise word. Here is my ~3k curated dictionary for reference:

https://github.com/mbonness/AutoWordle/blob/main/wordle-all_curated.txt

mbonness commented 1 year ago

Also, I should mention the solutions.txt file hosted on nytimes.com that contained the ~2k word list has been completely gutted after I complained to the Wordle editor. So if anyone else was using that list, it's my fault. 😆