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 |
#1501 in Algorithms
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.