Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neiltron/wordle-guess


https://github.com/neiltron/wordle-guess

Last synced: 14 days ago
JSON representation

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)