/wordletool

Utility for solving Wordle and learning Rust.

Primary LanguageRust

Wordle Tool

This is a tool for solving the excellent Wordle puzzle.

It mainly exists as an exercise to learn the (by all accounts) equally excellent Rust.

Running

If you have the Rust toolchain installed, simply run the following command and follow the prompts.

cargo run

Note that the first iteration of "Calculating best guesses" may take several minutes depending on the speed of your computer. After the first round, the possible solution set will get much smaller and quicker to search.