Yeah, took me 5 attempts to get today's as well.
That'll bring my overall average back to 4 again...![]()
Yeah, took me 5 attempts to get today's as well.
That'll bring my overall average back to 4 again...![]()
Like someone else I think said, sometimes it's just too hard to restrain one's self from doing things like...Properly one should add...Code:cat /etc/dictionaries-common/words | grep '^a...b$' | grep -v '[eliminated]'for each eliminated position (orange) too, but sometimes that isn't necessary or can be done visually. (Actually use your own brain).Code:| grep -v '^...x.$'
Last edited by SportWagon; January 20th, 2022 at 02:30 PM.
I start off with a four vowel word, but I still end up averaging five guesses to get it right, so billi's strategy must be better.
Spoiler:
I think Cuda's approach is the best; use three words to get 15 different letters. By chasing vowels I'm already repeating letters by my third word.
Not really my strategy, I stole it from MR2.
Today's word was kinda tricky... I guessed 3 times and managed only 1 vowel and 1 consonant both still in wrong places too! Figured I was going to go over my usual 4 attempts and cussed it out... and voila!![]()
Not quite a spoiler, but a rules clarification...Spoiler:
In addition to restricting the patterns, the game differs from Mastermind (Bulls and Cows) in that the positions of correct and incorrect guesses is indicated.
Following is a real spoiler (bash commands to give today's answer)
Spoiler:
But the script I use to generate that currently gets tripped up if guesses include repeated letters.
Last edited by SportWagon; January 22nd, 2022 at 03:14 AM.
regarding the rules clarification:
Spoiler:
I guess I've been using MR2's strategy all along, just not that well.
There have been a few times where I'm trying dozens of words on my last guess (luckily it doesn't penalize you for using words not in the their dictionary).
Feels like this game would be easies if English was as phonetical language.
I just try to find the last three letters, either by 'green' or 'yellow', then it's just guessing, I find that wordle's "vocabulary" is a bit limited, it goes for mostly common words.
The one thing that bothers me is that they're mostly British English terms, so what I think of as "uncommon" could really not be.
acket.
Its URL would suggest it ought to use a British English dictionary.
Some small tips, which might be obvious to most readers...Spoiler:
Someone whose wife is more interested in it than either he or I suggested that
https://www.powerlanguage.co.uk/wordle/
has a link to an archive.
However, I could not spot it, and used Google to find...
https://www.devangthakkar.com/wordle_archive/
I find it uses strange scaling and I need to shrink it to have reasonable guess boxes and a tiny keyboard.
The link given earlier to wordlelike-on-demand is overly fussy about browser version and did not work for me.
Last edited by SportWagon; January 22nd, 2022 at 11:46 AM.
Why can't people just enjoy a fun diversion? Not everything needs to be reverse engineered. To what end, even? You're just cheating yourself.
As an IT pro I recognize your method and admire your curiosity. But on the flip side you remind me of the guy who watches every trailer and reads leaked scripts for movies that come out in three months. I never understood it.
Perhaps eventually I can manage to create a cron job to run every night to solve it for me. Though I haven't yet examined the page formats...
Examining in depth helped me discover the nuance of the scoring for repeated letters before perhaps it bites me.