#wordle #word #guess #algorithm

wordlea

A algorithm to check Wordle's word guess

5 releases

0.1.4 Feb 5, 2023
0.1.3 Feb 5, 2023
0.1.2 Feb 5, 2023
0.1.1 Jan 31, 2023
0.1.0 Jan 25, 2023

#1271 in Algorithms

MIT license

5KB
103 lines

Wordle Algorithm

Wordle is a simple word guessing game, this repository has an algorithm that provides the logic for the game.


lib.rs:

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

No runtime deps