Skip to content

meownoid/wordle-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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