TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

wordle solv

3 pointsby atrudeauover 3 years ago

1 comment

dane-pgpover 3 years ago
When I first got into Wordle, I remember discussions about what is a good starting word, and I would usually opt for something like:<p><pre><code> STARE </code></pre> Then, when I discovered <a href="https:&#x2F;&#x2F;squabble.me" rel="nofollow">https:&#x2F;&#x2F;squabble.me</a> (which implements a competitive Wordle with &quot;battle royale&quot; dynamics) I decided that spending time thinking of the optimal follow-up word was costing me too much HP, so I found a pair of starting words:<p><pre><code> YOUTH ARISE </code></pre> which gave me coverage of all the vowels (including Y) and some other common letters.<p>After gaining more experience with this setup, I looked at letter frequency charts, and used an anagram solver to find a trio of starting words:<p><pre><code> THUMP SOLID CRANE </code></pre> which was enough of an advantage that I was able to win a good percentage of Squabble games.<p>Today, though, I checked a replay of a game where I came second, and discovered that someone had taken this strat to the next level, since they were consistently starting with the four guesses:<p><pre><code> DUCKY FORTH WINGS MAPLE </code></pre> This seems riskier, as you only give yourself a single &quot;spare&quot; guess in which to try finding the locations of some of the letters you&#x27;ve already found, and I have often been in situations where I needed to brute force the final guess even if I have most of the letters in the right place, because a pattern like -ARN- (in green) didn&#x27;t bring the word &quot;varna&quot; to mind, for example.<p>Anyway, I&#x27;ll have to now try both that four word opening and this newly found five word opening:<p><pre><code> CHUMP DRIFT GLOBE SNAKY LATER </code></pre> and see which is quicker: finding the missing information myself with an extra guess (and brute forcing plausible looking words), or solving the word directly from the minimally required information available.