Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neiltron/wordle-guess
https://github.com/neiltron/wordle-guess
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/neiltron/wordle-guess
- Owner: neiltron
- Created: 2023-10-03T17:27:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-16T15:40:47.000Z (10 months ago)
- Last Synced: 2024-10-10T21:43:14.103Z (about 1 month ago)
- Language: Python
- Size: 196 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wordle-guess
An experiment to predict the initial guesses in Wordle using its Share output. It extracts the Wordle number, retrieves the day's answer, and then calculates word scores.
The scoring hinges on a few factors:
- Block colors in each guess, which filter out or de-prioritize certain words.
- Word usage frequency in English, derived from the [Wortschatz](https://wortschatz.uni-leipzig.de/en/download/English) dataset.
- Common Wordle [starting guesses](https://www.nytimes.com/interactive/2022/upshot/wordle-bot.html).![screenshot](./data/screenshot.png)