neiltron / wordle-guess

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 dataset.
  • Common Wordle starting guesses.

screenshot

About


Languages

Language:Python 71.6%Language:SCSS 16.4%Language:JavaScript 7.4%Language:HTML 4.6%