https://github.com/vitroid/wordle
Guesses the answer of Wordle.
https://github.com/vitroid/wordle
Last synced: 9 months ago
JSON representation
Guesses the answer of Wordle.
- Host: GitHub
- URL: https://github.com/vitroid/wordle
- Owner: vitroid
- Created: 2022-02-20T05:55:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-23T01:48:37.000Z (over 4 years ago)
- Last Synced: 2025-03-14T15:21:29.201Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 483 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordle guesser
* A Svelte implementation is [here](https://vitroid.github.io/wordle/).
* And the Wordle is [here](https://www.nytimes.com/games/wordle/index.html)
## Statistics
The algorithm finds the correct word on average n=3.3 times. However, not every word has the same difficulty level, and some words are more difficult to predict than others. The following is a list of statistically examined words that are difficult to guess.
### Very hard (n>5)
* grape
* feeds
* kills
* bales
* graze
* sakes
* hound
* pears
* mound
* shave
* pills
* gears (6.2)
### Hard (n>4.5)
* miner
* oases
* bumps
* volts
* cages
* dives
* foxes
* pails
* waded
* piped
* zones
* fools
* fives
* texts
* sixes
* saves
* bikes
* robes
* pines
* batch
* wakes
* feats
* baker
Some of the general trends that can be seen from the statistics:
* Words ending in -s, especially those ending in -es, are difficult to guess because there are similar words.
* Words ending in -s: 3.5 times
* Words ending in -es: 4.0 times
* Words ending in -ound are also difficult: 5.3 times
* Words ending in -ills: 4.9 times.
* The number of times to get the correct answer varies depending on the first word entered. For example, if the word "PLACE" is entered first, the correct answer is obtained in the 3.2 times, but if "PUPPY" is entered first, it takes 3.9 times.
As an easy way to remember:
1. Don't start with words with hands in poker: ADDED, PUPPY, GEESE, ERROR (three of a kind), RADAR, VIVID, ARRAY (two pair).
* Words containing pair: 3.5 times
* Words containing two-pair: 3.7 times
* Words containing three-of-a-kind: 3.8 times
2. Choose the word containing P and L.
* Words containing both P and L: 3.2 times
Note that these strategies depend on the dictionary used for the wordle questions. And wordle dictionaries are not publicly available; there is a theory that the New York Times' wordle does not include plurals or past tenses.
* https://www.elitedaily.com/news/does-wordle-use-repeat-letters-same-letter-twice-plural-past-tense