9 ms·
My lazy Wordle strategy: same words every time
- mostertoaster 4y agoSince 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.
- jeffbee 4y agoThere isn’t a hard mode strategy that assures a win, though. You have to get lucky or lose sometimes.
- __s 4y agohttps://jonathanolson.net/wordle-solver https://jonathanolson.net/wordle-solver salet, cramp
- deleted 4y ago[deleted]
- mplanchard 4y agoIt’s true you can get into a hole, but there are strategies that help, like the one the person you’re replying to mentioned. It also helps to get a sense for what kinds of words wordle uses (e.g. no plurals). That being said, it’s the possibility of losing that makes it exciting! I’ve played 113 times on hard mode and only lost once so far, guessing between two possibilities on the sixth word. For a while now I’ve just been starting with the previous day’s word to mix things up, rather than trying to use the most optimal starters.
- shawnz 4y agoYou can always win even in hard mode with perfect play: https://www.poirrier.ca/notes/wordle-optimal/ 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
- jeffbee 4y agoOnly 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.
- williamscales 4y agoI think most wordle players would know the entire dictionary. It's quite a restricted wordlist in fact.
- thxg 4y ago"Cheating" is subjective, but you are correct. To put it in more neutral terms: Using the known 2309-word list of solutions, hard mode can be solved 100% of the time within 6 guesses. Not using it, you would need 7 guesses to guarantee that you solve it every time [1]. [1] http://sonorouschocolate.com/notes/index.php?title=The_best_strategies_for_Wordle,_part_2 http://sonorouschocolate.com/notes/index.php?title=The_best_...
- gizmo686 4y agoHow is that cheating? The dictionary is part of the game.
- jeffbee 4y agoThe subset of words that are solutions is an internal data structure of the game. It is clearly cheating to refer to that list. If you are willing to examine the inside of the game's black box, the optimal strategy is to simply extract today's answer.
- pxeger1 4y agoAs a human, you already have knowledge which is similar to knowing the internal dictionary: you can judge what other kinds of words Wordle is likely to avoid (uncommon words, proper nouns, plurals). So I don't think it is cheating.
- phphphphp 4y agoSorry, can you explain what you mean here: I play hard mode and I always get the word within 6 guesses — and I’m no savant, I’m an idiot, and I don’t cheat — no looking at the word list. The same is true for my friends who play on hard mode: no cheating, always finish. Why is luck required for hard mode?
- deleted 4y ago[deleted]
- jeffbee 4y agoThat's luck, which is fine. But there is not an optimal strategy which if followed always result in a win for the actual Wordle games. Some of them require at least 7 guesses in hard mode.
- twobitshifter 4y agoI lost this week on FOYER without repeated letters, there are plenty of words with ER endings and O as a second letter. —- VOICE LONER TOWER JOKER POSER HOMER ——- The last two were unlikely to be the word, but I try to finish in only a few minutes and those popped to my head before foyer. But I could have guessed BOXER or DOPER or some other words I’m sure. When I’ve lost it’s usually because I have 3 letters and guessing only 2 new letters at a time doesn’t let you eliminate the other options fast enough.
- mostertoaster 4y agoYeah this was the exact one I was thinking. Our wordle slack group lots of people lost on foyer. I had started with some random word with lots of consonants (all black result), so when I got to having just o e and r, I only had two clear possibilities I could see left with three guesses.
- kilbuz 4y agoLOVER BOXER POWER CODER... broke my steak of 90...
- thxg 4y ago
- jimbob45 4y agoSame. I start with QUARK every time. It’s mostly to one day achieve that elusive 1-guess solution but it often ends up making my life easier by avoiding pigeonholing myself on hard mode.
- kingcharles 4y agoI always go SOARE GLINT DUCKY WHOMP. I've never missed with this (so far).
- ceautery 4y agoOriginally I used BLACK, WHITE, SOUND, and tried to guess from there, occasionally throwing in GRUMP if the word wasn't obvious. I didn't like the repeated vowel, and knowing if there was a Y in the word would help, so I switched to: AMUCK FETID SWORN GLYPH 100% so far. One or two of those may have involved aggressively grepping /usr/share/dict/words, though.
- mod 4y agoI've used STEAL, ROUND for almost the entire ~80 games I've played, and I'm still 100% so far, no assistance or grepping. (Notably very close to the author's first two guesses he came up with without assistance) I have a go-to third guess when needed, I just can't think of it right now.
- deleted 4y ago[deleted]
- mmastrac 4y agoADIEU PORTS (or FORTY if ADIEU doesn't match anything) I just want all the vowels.
- dave333 4y agoI start with two words that use all the vowels plus Y, and the most common consonants TNLR etc. e.g. AUDIO ENTRY then to save having to mentally step through all the possibilities (the least fun part of wordle) I use a word finder that takes the letters in the word, the letters not in the word, and any green letters in the right place to produce a list of the remaining possibilities.
- boulos 4y agoHuh. Am I alone in thinking that hard mode (must reuse previous letters) should be the only option? Being able to choose a completely different word to fill in the gaps seems overly easy... (There's still luck, but it's vastly easier).
- CamperBob2 4y agoI find it's actually easier in hard mode, because it keeps me from making dumb mistakes.
- williamscales 4y agoI completely agree. I didn't realize that anyone played in easy mode and talked about it in public.
- jaytaylo 4y agoCrane Might Plows —- 95% success rate.
- tristor 4y agoI use SHITE, ACORN, then do targeted guessed from there.
- dazc 4y agoJust use a random word, luck will do the rest.
- furyofantares 4y agoFor 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
- mod 4y agoHow many variants have you programmed? Why?
- furyofantares 4y agoWordle sparked off sort of a global game jam around variants, maybe because it was such a wholesome project. And these variants have found players; there's a lot of people who play a whole bunch of daily word games, there's some youtubers, etc. 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 https://xordle.xyz Then some game designer friends suggested their own takes and I implemented those too: https://fibble.xyz https://fibble.xyz lies to you once per row, and https://warmle.org 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
- 8note 4y agoWas that fireb0rn? I remember him doing a speed run on hollowkight where every 30s or so, he'd have to solve a wordle
- 4y ago
- geophile 4y agoAn average of about 3.8 is not hard to achieve. Much harder is to reduce the number of failures, (i.e., requiring more than 6 guesses). At least in hard mode, that's true. I'm experimenting with easy mode now.
- 121789 4y agoEasy mode is different. The goal is essentially to get as many 3s as possible while minimizing number of 5s. With any skill, actually losing will be almost impossible
- smbv 4y agoRoate Pulis Chynd This does more than half of the alphabet for the most frequently used letters. https://slc.is/posts/bestwordlestrategy.html https://slc.is/posts/bestwordlestrategy.html
- BLKNSLVR 4y agoNever heard of any of those three words, thanks for the vocab addition.
- vharuck 4y agoREACT 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.
- CameronNemo 4y agoI do RAISE and COULD often.
- dgfitz 4y agoSpoiler, stop reading if you started playing worldle in the past 3 months. I used could a lot until it became one of my o my 2-guess wins. Now I hate using it knowing there is zero chance it’s the answer. I still do occasionally if someone after 3 guesses all 5 of those letters are available, which is almost never.
- mod 4y agoMy friend opens with ADIEU I think it's bad strategy, but might help meet your goals, because D is pretty good.
- Ishmaeli 4y agoADIEU STROY All the vowels and the three most common consonants in two words.
- adrianmonk 4y agoCLEAR PIOUS I also want to hit all vowels ASAP, and I'm also dissatisfied with that P.
- sharmi 4y agoMy list STARE BLIND CHUMP
- deleted 4y ago[deleted]
- sudden_dystopia 4y agoOnce you figure this out and figure out what words those should be, it ruins the game.
- hi5eyes 4y agoAurei and Ghost get you most of the way
- jezzamon 4y agoI 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 and more common words get locked out
- LgWoodenBadger 4y agoI came here to suggest this as an optional improvement.
- donarb 4y agoMy strategy is to never use the same start word, I like using a random word each time as that changes the path to solving. I might pick a random word from another open browser window, maybe from a news article or something like that. If I get stuck after the second or third try, I'll pick another random word, even if it contains a few discarded letters in order to ferret out 1 or 2 more valid letters. 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.
- stevesearer 4y agoUsing different starting words makes Wordle feel more like a word game as opposed to a strategy optimization game.
- ComputerGuru 4y agoIf my wife and I want to challenge ourselves, we'll start with the solution to the previous puzzle as our first guess.
- Affric 4y agoMy group chat does this and I think it leads to the best possible results in terms of fairness.
- kilbuz 4y agoYou might like Hurdle, which is a play on this idea.
- blakeburch 4y agoWe do the same. It makes the puzzle have variety while still allowing healthy competition since we're always starting with the same word.
- ZeroGravitas 4y agoThis reduces the impact of randomness, which is a good thing I think. It's too easy for choice of first word to dictate the result.
- lcnmrn 4y agoThere are 28 letters. With 3 initial same words you can cover up to 53.5% of the alphabet. With 4 initial same words you can cover up to 71.4%. There are only 5 vowels A, E, I, O and U which can be covered with the first two words. You can even add Y in the first two words played.
- dsr_ 4y agoWordle only uses 26 of those letters.
- tromp 4y agoI always start, very ego-centrically, with my last name (matching my HN account name), and then usually follow up with BEADS and JUICY to cover all the vowels. But I'll try guess the target word if the first or first two words give me >= 3 hits. Then I'll spend WAY more time trying to solve the 5 daily chess puzzles at https://www.chess.com/puzzles/rated https://www.chess.com/puzzles/rated ...
- AnonC 4y agoI thought it was in that linked video or somewhere that I found a list of starting words to try to make it easier to solve it based on letter frequency and getting a few vowels in within the scope of the Wordle word list (not a dictionary list). These are the words I use: SOARE TREAD (or TRADE, which is an anagram) ADIEU By default my game play is like “hard mode” (only use letters already found to be correct and avoid letters found to be incorrect). That helps most of the time. One of the annoying (or challenging) things about Wordle is that its word list has many sets of words that differ by just one letter. For example, you may get _ATCH right and then have to really guess if it’s going to be CATCH or BATCH or PATCH or MATCH or WATCH or LATCH or HATCH (maybe there are more words with a different first letter in this range). I’ve seen several sets of words like this. Just can’t do this within six total guesses. So chance does matter.
- adenozine 4y agoI thought this too at first, but this is where the real strategy comes out, because you can guess MULCH and that will tell you if it's LATCH or MATCH. or CLIMB, that would also eliminate BATCH. There's intelligent ways to guess to eliminate more letters. Hard mode is only hard because it eliminates this possibility of constraint narrowing. I think Hard Mode is not a good name for it. The game is already plenty hard.
- frosted-flakes 4y agoI think Strict Mode is a better name.
- BLKNSLVR 4y agoMy wife and I don't care about the end result in those situations since the fun has been removed at that point. We just iterate through until we're right or have run through our chances. On to the next game!
- flerchin 4y agoFor octordle I like CORNY and ADIEU for my first two guesses. Gets all the vowels and enough to start. For wordle, starting from STERN or a few other words like that is fine. Josh Wardle is a cultural icon. He's really done an amazing thing.
- forinti 4y agoI always start with SNAIL ROUTE. Those are the 10 most common letters in 5-letter words. Even if I get good hits with SNAIL, I enter ROUTE.
- iso1210 4y agoI play in Hard Mode, so that type of method rarely works
- mimimi31 4y agoI've also been playin on hard mode almost since the beginning. While it usually does make the game more interesting, it also annoyingly often makes your win depend on pure luck. Ironically this happens more often when your first guesses were very good. Imagine having SHA?E confirmed and now being forced to stupidly guess between SHAPE, SHAKE, SHARE, SHAME, SHAVE or SHADE instead of eliminating half of those possibilities with a single word. So maybe this implementation of a hard mode isn't well suited anyway if you're looking for a bigger challenge in skill.
- 1270018080 4y agoYeah I started off only playing hard mode until they threw in a SHA?E word. Then I realized it's only hard because it isn't fair.
- frosted-flakes 4y agoIf you run into that situation, then just turn off hard mode and put PRIDE to eliminate some words.
- idunno246 4y agoI found that only happens if you try to hit the most common letters in your first guesses. If you use middle of the road letters you tend to get only a couple while eliminating a lot - s and e would be bad early letters because they don’t reduce enough words
- AggroVanGogh 4y ago
- kcartlidge 4y agoOpinions vary based on the input text, but the English letter frequency list I use starts ETAONRISH in descending frequency. Based on that, coupled with a little bit of insight on English words (as opposed to random collections of 5 letters) I've ended up with ALIEN, STORM, CHUMP as my regular first 3. Sometimes I deviate if the earlier rows offer insight, and sometimes I swap the first 2 based on a whim. And unless it is obviously worth a try, I use my first 3 words to eliminate letters and not to guess. I usually get it in 4, sometimes in 5, almost never needing 6, and have failed once. So not necessarily the best, but good enough.
- lostlogin 4y agoA lot of the suggested methods are doing what was suggested to me, but indirectly. Guess all the vowels early. TRADE and PIOUS is how I usually do it, but ALIEN may be a better starter.
- BLKNSLVR 4y ago+1 for PIOUS, and don't sleep on AUDIO.
- Kiro 4y agoYou're obviously playing easy mode or you wouldn't be able to use that strategy. I recommend enabling hard mode.
- jv22222 4y agoMy goto 1st 3 words are: SNORT, ADIEU, GLYPH
- ncmncm 4y agoI always start with ADIEU and THORN. CLASP sometimes next. But I solve in 3 most often.
- womitt 4y agoCOUNT + RAISE for me
- a5b6ff 4y agoUsing the "same words every time" (i.e., a fixed set of initial guesses) has been studied before [1,2,3]. It is one of the few remaining open questions about Wordle. Interestingly, it can be done in 6+1 guesses [4] (COMBO FATTY GRRRL SPUDS VENGE WHILK, then the possibilities are always narrowed down to a singleton). However, it is unknown whether it is possible within 5+1 guesses, which would make Wordle 100% solvable even with such a constrained approach! It is unfortunate that 3Blue1Brown's excellent video has been so often misquoted as providing "optimal" guesses for Wordle. Of course, one can legitimately argue that using maths takes the fun out of the game... but if we *are* going to use maths, then the information entropy approach is simply not the one most suited to this specific game (because the dictionary is fully known). [1] https://news.ycombinator.com/item?id=30094398 https://news.ycombinator.com/item?id=30094398 [2] https://www.poirrier.ca/notes/wordle-optimal/#fixed-guesses https://www.poirrier.ca/notes/wordle-optimal/#fixed-guesses [3] https://github.com/alexandres/magicwordschallenge https://github.com/alexandres/magicwordschallenge [4] https://github.com/alexandres/magicwordschallenge/issues/2 https://github.com/alexandres/magicwordschallenge/issues/2
- archi42 4y agoObviously anyone can play however they like and how they enjoy the game. But I feel like this "enter three optimized words and win" is too easy. So instead I go with hard mode, and have to think some more. I still start with the same word every time, but from there on most parts vary. I also allow myself to fall back to normal mode if finding the word depends on pure luck (e.g. _ATCH). Bonus: If you and your friends play hard mode, you can try to do a reverse wordle on their solutions.
- taberiand 4y agoMy strategy on hard mode is to start with words containing uncommon letters, using new starting words each time to keep it fun. That way I find the "*atch" problem is reduced because (hopefully) the number of possible options has already been narrowed down. My histogram is mostly 4's, with 2 losses in around 100 games, so I think I'm doing something right.
- skhm 4y agoexact same strat, exactly 2 losses in 100 games, gave up at 100. two anecdata is data, right?
- amanaplanacanal 4y agoI’ve been starting with LATER and SONIC, then adding DUMPY if I still don’t have a clue.
- dredmorbius 4y agoI've settled on the following word list to determine if 20 of 26 characters are present within 4 guesses: thank fuels crowd gimpy If there are fewer than 5 letters present, "bevvy" will eliminate another two ('b' and 'v'), leaving j, q, x, and z as the remaining possible characters. These occur rarely (though "pizza", "bijou", and "vixen" can be challenging targets. More usually, it's words with either doubled characters, such as "onion" or "lalai", or those which have viable anagrams ("spams" and "spasm", "donor" and "rondo") that will throw me.
- ghaff 4y agoThe thing is that this doesn't help you with double letters, still leaves out some less common letters, and leaves you with very little margin for error at that point. On Octordle, 4 words seem easiest although it makes the game more of an anagram solving exercise and in my limited experience didn't give me much of a consistent score advantage vs. three.
- dredmorbius 4y agoI've used that strategy on 100s of standard Wordle games to good effect. It's not perfect, but it solves ~98-99% of all games attempted. (That stat comes from one of the multi-play Wordle imitations which does in fact track success rates.) I don't recall mean attempts, though I believe it's still between 3-4 tries. Once most characters are tested, it's usually pretty clear what the actual word is, and some familiarity with the actual wordlist (which I picked up merely by playing the game, not by examining source), the harder cases also become pretty obvious. Doubled letters and anagrams are the most difficult cases.
- slyall 4y agoI start with REAIS and YOUTH. But I don't think it is a good idea for the average person to have too many set words. Unless you have great knowledge of the dictionary of legal words you might need extra clues to word order etc. ie I recently got a game with a letter repeated 3 times.
- BLKNSLVR 4y agoGot RENEE last night. I just threw it in because nothing else was making sense with the letters we had available. I like AUDIO and PIOUS as vowel removers depending on what's already in and out. FRUIT has also served me well.
- CPLX 4y agoI start every Wordle with the word PENIS in order to assert dominance over the puzzle.
- bretpiatt 4y agoThe PIOUS LEARN all the vowels in 2 words with other common letters, it isn't specifically about eliminating entropy. If an E exists but not in the second spot then it is THMYE to learn more.
- andersco 4y agoMy strategy is to use whatever word with three vowels that pops into my head. Seems to work pretty well and keeps it fun.
- costcofries 4y agoI have had success using nymph as my start word.
- davmar 4y agomy friends and i, on a group chat, always start today's wordle with the answer from yesterday. that way, we can actually measure how we're doing against each other so it's a more fun competition.
- timdellinger 4y agoCHANT LIMED YOURS and I almost always get it on the fourth guess, sometimes in three guesses
- jmyeet 4y agoI used to start with ADIEU because it contains 4 vowels and the most common ones at that. But I've since moved on from that because I found I would be forced to reuse vowels in words 3 or 4. I'm vaguely tempted to take the dictionary and figure out an optimal strategy that 1) guarantees success and 2) minimizes the number of guesses. If you assume every word is equally possible (it isn't; they're manually chosen) there would be an optimal starting word. I'm sure others have looked into this but this is something I'd like to do myself. After that it branches depending on what hits you get on that first word. It may be possible that a second fixed word (or a small set of second words easily memorized) would be near-optimal but not actually optimal. I'd be curious to know this too. But I'm curious how good an optimal strategy would be vs some of the naive strategies we've all chosen. It's also an interesting question as to when it's worth switching from finding what letters are in the word vs locking down their position. If you get COAST and AT are in the word but in the wrong position, should your next attempt be 5 new letters or a word containing AT in different positions? The disadvantage of this of course is you're only testing 3 new letters. I also toy around with Quordle where you have 9 guesses to find 4 words. That one's harder and the strategy is a little different. There I've pretty much settled on finding a set of 3 words that covers all vowels (and Y) and 9 of the most common consonants.
- thaumasiotes 4y ago> I also toy around with Quordle where you have 9 guesses to find 4 words. That one's harder and the strategy is a little different. There I've pretty much settled on finding a set of 3 words that covers all vowels (and Y) and 9 of the most common consonants. Yes, in Quordle you're compelled to use a standard opening. Regardless of what you learn from early guesses, no followup can be more informative than just querying more letters. It's kind of disappointing to me how much luck is involved in Quordle. I've just established that the only common letters in a word are S, A, and Y, with A second and Y fifth. All three other words are already guessed. Do I guess SASSY or SAVVY? The game gives the appearance of being much more skill-based than it actually is.
- jmyeet 4y agoThere are lots of words like this and it affects Wordle too. Take SHA_E. You have SHAME, SHARE, SHAVE, SHALE, SHAKE and SHAPE. It's highly likely your earlier guesses haven't eliminated all of these. So what you have to do is recognize this situation and throw in a word with all of the possible missing letters to tell you which one is the right one. Obviously you need 2 guesses left at least for this to work. But I've found the same applied with Quordle. Recently I had _LARE and even that allows FLARE, GLARE and BLARE. It turns out solving another word (BRINE) eliminated one of the options for free. I've noticed whoever chooses the word of the day for Worlde likes these types of words. Like I've ended up with S_ILL before leaving SPILL, SKILL, STILL and SHILL.
- timdellinger 4y agoI'll also take this opportunity to plug Semantle, which is an infuriating game that I can't resist. It's based on word2vec. You get infinite guesses, and you're given feedback on how "semantically similar" each guess is. It often takes me 100+ guesses. https://semantle.novalis.org/ https://semantle.novalis.org/
- lstamour 4y agoYikes that was hard. To explain to others, the Similarity scores range from -100 to 100, and your goal is to get a similarity score of 100. It says the tenth-nearest has a score of 48-50, that’s a good guide for when you actually have a similar word or not. If you haven’t hit a similarity of at least 50, you’re still close but not there yet. The hints given might not be any good until you hit a similarity in the 40s. Also don’t let guesses with lower similarity scores distract you, the word tends to be a part of, synonym or related word by the time you get to a similarity score in the 50s…
- abecedarius 4y agoalso https://www.redactle.com/ https://www.redactle.com/
- asah 4y agosemantle is brutal.
- BizarroLand 4y agoI got it in 33 on my first play today but my guesses were way off and it was saying things were highly similar that ultimately threw me off the course. I could see that being a lot of fun to train yourself to think along semantic lines like that.
- SimianLogic 4y agoI used to start with IRATE/CLOUD to knock out all the vowels, but after wordle bot I usually start with CRANE now. https://www.nytimes.com/interactive/2022/upshot/wordle-bot.html https://www.nytimes.com/interactive/2022/upshot/wordle-bot.h...
- c17r 4y agoALIEN ROUST gets all the vowels plus some very common consonants
- AtlasBarfed 4y agoFeast bring chump dowly
- charcircuit 4y agoHaving a set of words is important when trying to complete as fast as possible. This pretty much sets up the game into 2 phases, one where you just brute force typing from memory and another where you solve the puzzle at once. If it's too hard sometimes it's better to just reset and start a new puzzle.
- dave333 4y agoIf you are lucky or clairvoyant, you can make a sort-of-haiku out of the guesses. Some of my actual games: Troll stopped play: IRATE TROLL SPORT SHORT Alas poor Yorick: STARE SPOIL SKULL New virtual law firm: IRATE CLOUD LEGAL Reacting to The Slap: IRATE SHOUT PUNCH SNOUT
- aghilmort 4y agonice writeup! been doing something similar for same reason, lines 83-96 cut to chase in this gist, https://gist.github.com/DotDotJames/ce331904848fc6cfecc80c522adde106 https://gist.github.com/DotDotJames/ce331904848fc6cfecc80c52...
- fattybob 4y agoI usually employ two entry words that employ the vowels, sometimes the second word isn’t necessary, but often I’ll just throw it in - it kinda makes the first two lines of play redundant as a game, but I can’t really think of a better way to solve!
- amarant 4y agoInteresting! I have a similar strategy, I always start with Blame Horny Cupid The sequence has the upside of containing every vowel, without repeating a single character. Downside is it does not contain some pretty common consonants, I'm gonna have to try some of the sequences suggested in the post to compare what seems better now
- williamscales 4y agoWait, you don't play on hard mode? I can't respect that at all