Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 524 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 524 Bytes

Wordle Solver

Simple program for solving the Wordle game.

asciicast

Installation

git clone https://github.com/meownoid/wordle-solver

Usage

cd wordle-solver
python -m solver

Solvers

  1. random – randomly suggests words that satisfy all constrains
  2. max-diff – ranks words based on their difference with all other words that satisfy all constrains