Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.09 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.09 KB

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.