Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 631 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 631 Bytes

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.