Hacker News new | ask | show | jobs
by futune 37 days ago
I did this immediately when wordle came out, too. Here's what I got for top 5 starting words along with the entropy:

"tears" 6.00570508021708 "teras" 5.95925128791865 "teals" 5.90122552646963 "tares" 5.88711668336419 "lears" 5.86158270234831

Using another metric which I called consistency (I think it was just minimizing the biggest bucket possible afterwards, trying to beat absurdle fast), the best starting word was tied between "arise", "raise", "aesir", "reais" and "serai". All of these have a worst-case scenario of 168 valid words remaining.

I find it interesting that different implementations seem to come up with slightly different rankings. Maybe the dictionaries are different?