top | item 42975366

Show HN: Wordle Charts – insights about Wordle you don't need

24 points| crtez | 1 year ago |wordlecharts.crtez.dev

Hello HN! I'm a big fan of Wordle and I originally got this idea from seeing people gripe about Wordle suddenly being "harder" than usual. Wondering if this was true, I set out to snoop around the NYT's publicly available data, which gave me some pretty cool insights. I've put some of them on this simple site made with React and Claude.

There's a grand total of 7 visualizations, with some fun little touches here and there. My favorite is probably "Clairvoyant Guesses," which shows some (to put it nicely) suspicious day-to-day guessing patterns. There's also a fun little easter egg when you type "cat" and then enter a word into the "Find Word:" box. Let me know if you have any suggestions, and any feedback at all :)

Github Repo: https://github.com/crtez/is_wordle_harder_or_am_i_just_stupi...

9 comments

order

danpalmer|1 year ago

This is really neat!

I tried looking up the word that I always use to start and it wasn't in the data, which is odd because I know I had a 1-guess win, and I'm fairly sure it would have been with the word I use every day. That said I checked with another list of Wordle words and can't see it there. Maybe it was before the switch to the NYT.

CamperBob2|1 year ago

I looked up my least-favorite Wordle of all time, HUNKY, and it's not there either. It's not a complete list.

crtez|1 year ago

Thanks! And yeah, the data only goes back to the first (as far as I can tell) average that’s available—BESET.

There’s a couple of more quirks here and there that I’ve found-the NYT also tracks (for users that are logged in) the Unix time of completion for your Wordle each day.

I was originally planning on making a heatmap to show people’s completion time patterns, but since I was tracking my own times, I found that the NYT’s data on my completion times was erratic and occasionally incorrect (within the same day but off by hours) up until like 3 months ago? So it’s kind of funny to think that we can track bug fixes through simple data comparisons.

kylecazar|1 year ago

Great to see that others struggled with CORER in October as well.

Word still upsets me.

crtez|1 year ago

Funny that you mention that--because CORER may have just survived an attempt at the throne. ROWER (01/19/25) was within inches, according to WordleBot. On the chart, it doesn't look that close because, for some reason, the summary.json that contains the NYT average didn't match up with the average shown on WordleBot that day. Regardless, it seems like CORER seems to take the edge.

Reference image: https://github.com/crtez/is_wordle_harder_or_am_i_just_stupi...