Skip to content

A Wordle solver based on my intuition about what makes a good guess.

Notifications You must be signed in to change notification settings

juleskuehn/wordle-solver

Repository files navigation

wordle-solver

A logic-based, "hard mode" Wordle solver based on my intuition about what makes a good guess.

wordle-solver

Usage

Try it in-browser using the link below:

Binder

Select Run > Run All Cells from the menu. After a few moments, the focus will move to an interactive prompt which displays recommended words.

For testing it out, I recommend opening Wordle Unlimited in a new browser window. Type your guess into Wordle and the solver. Type the clues from Wordle into the solver. New recommended words will be displayed.

CLI usage

  • pip install pandas numpy
  • python wordle-solver.py

Flags

-a: Auto mode. Assumes you always accept the suggestion, so you don't have to type it out.

-v: Verbose. Shows top 5 guess options and their scores.

About

A Wordle solver based on my intuition about what makes a good guess.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published