jonathanolson / wordle-solver

Investigating the problem of solving wordle in the most efficient way possible
45 stars 5 forks source link

Did not solve ROSES #1

Open jmadren opened 2 years ago

jmadren commented 2 years ago

Started with CRATE, it suggested OPSIN then LOSER as the answer. But the answer was ROSES.

OwenBorstad commented 2 years ago

ROSES is an "accepted" word in wordle, but not one of the "puzzle" words, so it's actually not in any of the solutions.

jonathanolson commented 2 years ago

I've only handled solving the "puzzle" words, so there are a lot of words that you can guess, but wouldn't be solutions to the puzzle. If you're curious about the expanded version, I recommend you check out https://www.poirrier.ca/notes/wordle-optimal/.

jmadren commented 2 years ago

Ah, I was using wordleunlimited.com. I guess it doesn't use the official Wordle puzzle list.