Last active
March 27, 2022 05:02
-
-
Save DotDotJames/ce331904848fc6cfecc80c522adde106 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
π©π¨β¬ Speed Wordle | |
* scroll down for secret 5-word cheat sheet | |
* solve any Wordle in less than one minute with these words | |
* cheat sheet of 5 words that uses 24 / 26 unique English letters! | |
* comments + questions -> https://news.ycombinator.com/item?id=30459184 | |
π€«π€«π€« keep scrolling | |
π€«π€« yes, keep scrolling | |
π€« yep, just a little bit more | |
πββοΈ wait, before you show, how do I use the word list? | |
* play the five words below in that order on today's wordle | |
* use your sixth guess to solve that day's Wordle | |
* try to do whole thing in < 1 minute! | |
ππ yep, here's the super secret word list! | |
* CRWTH | |
* FAXED | |
* VULGO | |
* ZINKY | |
* JAMBS | |
& here's the updated super secret word list which covers 25/26 letters, courtesy @MacBoyGamer below | |
* JUMPY | |
* GLENT | |
* BRICK | |
* VOZHD | |
* WAQFS | |
πβ take it for a spin -> https://www.powerlanguage.co.uk/wordle/ | |
π speed wordle list as mnemonic / sentence: | |
* CRWTH FAXED VULGO ZINKY JAMBS | |
π definitions: | |
* CRWTH, https://www.thefreedictionary.com/crwth | |
* FAXED, https://www.thefreedictionary.com/faxed | |
* VULGO, https://www.thefreedictionary.com/vulgo | |
* ZINKY, https://www.thefreedictionary.com/zinky | |
* JAMBS, https://www.thefreedictionary.com/jambs | |
β internal todo items | |
* one letter, ,a, is used 2x -- checking if can 25/26 & get rid of dupe letter | |
* that letter, a, is also same spot in those two words | |
* &/or find 5 words that reuse one letter in 2 different spots | |
* browser extension that auto-plays these letters to max the clock remaining time | |
* browser extension that plays each word for you, and pauses to see if can solve | |
* exhaustive list of x/26 combos, e.g., 20/26, 21/26, ..., 24/26, 25/26 letters | |
* filter list for easy-2-remember, e.g., like CRWTH FAXED VULGO ZINKY JAMBS | |
* yes, this list was made by hand originally | |
* more cool wordle things, [todo]() | |
* search for wordle words, [todo]() | |
π byline & credits | |
π£ brought to you by the team at Breeze, a modern search engine | |
π take Breeze search for a spin at https://breezethat.com/ | |
π» MVP by @DotDotJames, https://twitter.com/DotDotJames | |
h/t to @MacBoyGamer for the updated 25/26 per comments! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
that's awesome! had done the first set by hand and hadn't had chance to write seeker code to see if 25/26 existed -- thanks!