Top
Best
New

Posted by hhs 2 days ago

Researchers used math to crack Wordle(www.binghamton.edu)
30 points | 43 commentspage 2
senderista 2 hours ago|
Isn’t “maximize information gain at each step” already the standard approach to such problems?
ano-ther 2 days ago||
Paper: https://orb.binghamton.edu/nejcs/vol8/iss1/6/
kens 4 hours ago||
What I'm interested in is the best starting word. Using Shannon entropy, the paper finds that it is "tares".
bee_rider 4 hours ago|
I think it depends on whether you use a conventional dictionary as the population of possible words, the valid guess list, or the (known, at the time, for the originally version of the game at least) possible solution list. I guess you could also use the possible solution list minus the words that had already been guessed in previous iterations.

I mean, you had to give yourself an artificial constraint because IIRC the next solution was actually built into the page anyway, not obfuscated in any way.

plants 4 hours ago|
plug to my blog post where I did something similar a few years back! https://willbeckman.com/wordle.html :). Not sure if this is an identical solution, but it was a fun little project.