Crate wordlea

source ·
Expand description

Wordle is a simple word guessing game this crate provides the logic for the game.

Structs

GuessResult is a struct that holds the result of a guess for the entire word
PartResult is a struct that holds the result of a guess for a single letter
Wordle is the main struct for the game