For me, the best part of Wordle is not in finding the answer but in the steps prior as I work out the path to solving the correct answer.
My lazy Wordle strategy: same words every time
31–40 of 142 posts
Re: My lazy Wordle strategy: same words every time
#32Since switching to hard mode, I almost never start with “good words”. Too much risk of getting the 10 possibilities with 3 guesses remaining type situation.
There isn’t a hard mode strategy that assures a win, though. You have to get lucky or lose sometimes.
> In hard mode, Wordle can be solved in 3.5076 guesses on average (with 6 guesses at worst, i.e. 100% of the time). Or, with a different decision tree, it can be solved with a slightly worse average, but always within 5 guesses
Re: My lazy Wordle strategy: same words every time
#33Earlier quoted context omitted.
For the variants I've programmed, I've enforced that they start with a random word guessed (same random word for everyone though.) Wordle is good as it is but personally I think most of the variants would be better off adopting this feature. That said I saw someone speedrunning 10x Xordle games and for speedrunning they just ignore the starting word and make the same 4 guesses every time: CARVE SHIFT GODLY WHUMP
How many variants have you programmed? Why?
I've programmed 3; the way that went down is I was curious if an idea I had would be fun (two Wordles on the same board, sort of a mix between Wordle and a word jumble since you don't know which word the clues go to.) Since there was an open source implementation this only took me one night, and it was in fact fun and started gaining some traction as https://xordle.xyz
Then some game designer friends suggested their own takes and I implemented those too: https://fibble.xyz lies to you once per row, and https://warmle.org tells you if you're close to the right letter rather than if a letter is in the wrong spot which gives the gameplay a very different feel
Re: My lazy Wordle strategy: same words every time
#34Earlier quoted context omitted.
There isn’t a hard mode strategy that assures a win, though. You have to get lucky or lose sometimes.
You can always win even in hard mode with perfect play: https://www.poirrier.ca/notes/wordle-optimal/ > In hard mode, Wordle can be solved in 3.5076 guesses on average (with 6 guesses at worst, i.e. 100% of the time). Or, with a different decision tree, it can be solved with a slightly worse average, but always within 5 guesses
Re: My lazy Wordle strategy: same words every time
#35Re: My lazy Wordle strategy: same words every time
#36Earlier quoted context omitted.
You can always win even in hard mode with perfect play: https://www.poirrier.ca/notes/wordle-optimal/ > In hard mode, Wordle can be solved in 3.5076 guesses on average (with 6 guesses at worst, i.e. 100% of the time). Or, with a different decision tree, it can be solved with a slightly worse average, but always within 5 guesses
Only if you cheat by referring to the list of solution words. No strategy with a 6-guess worst case is possible without referring to that list.
Re: My lazy Wordle strategy: same words every time
#37REACT PIOUS Hits all the vowels except Y. But I feel like it's not so great. Wish I could replace the P with something more useful.
STROY
All the vowels and the three most common consonants in two words.
Re: My lazy Wordle strategy: same words every time
#38Earlier quoted context omitted.
Only if you cheat by referring to the list of solution words. No strategy with a 6-guess worst case is possible without referring to that list.
How is that cheating? The dictionary is part of the game.
Re: My lazy Wordle strategy: same words every time
#39I actually made a Wordle variant me and my family have been playing that prevents you using a word you have ever used before (unless it is that day's word). It's a really small tweak and it takes a while to have any impact, but it makes the game so much more interesting for me. (jezzamon.com/wordle if anyone wants to try it) No idea if it'll become unplayable eventually but I'm having fun seeing it play out as more a…