#wordle-solver #engine #powered

bin+lib ezwordle2

New and improved Wordle engine

1 unstable release

0.1.0 Aug 24, 2024

#204 in Games

26 downloads per month

MIT license

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–9.5MB
~81K SLoC