/wordle-solver

Optimal guess generator for Wordle

Primary LanguageC#

Wordle Solver

A pretty niave solver for Wordle.

It uses the official word list (as of 4/1/2022) and evaluates the optimal guess to make.

Fairly inefficiently, the work required is ~exponential based on the size of the word list.

The optimal first move is always the same and is ROATE.