1 unstable release
0.1.0 | Aug 24, 2024 |
---|
#230 in Games
16KB
272 lines
EZWordle2
A new and improved Wordle solver, powered by the Rust programming language.
EZWordle2 is a rewrite of the original EZWordle solver located at josephrhobbs/ezwordle.
Installation
Installing EZWordle2 requires only the latest stable version of Cargo, the Rust package manager.
With Cargo installed, you may install EZWordle2 from the crates.io package index.
$ cargo install ezwordle2
Execution
Once the package is installed, you can easily run the binary by executing wordle
in any directory.
$ wordle
lib.rs
:
Main library for the EZWordle2 package.
Dependencies
~2.4–9MB
~78K SLoC