This is a simple CLI tool that assist in solving wordle puzzles.
The CLI will show give a list of best choices to choose from at any point in the game.
12971 Possible words: ["OTHER", "THEIR", "WHICH", "THERE", "FIRST", "THESE", "WOULD", ...
As a user you can register which guess you've made in Wordle. You should then input the feedback from Wordle for each of the letters from your guess.
> What was your word guess? OTHER
Your guess was OTHER.
? What was the result for 'O'?
> Incorrect
Other Location
Correct
[↑↓ to move, enter to select, type to filter]
The application will exit automatically once the number of possible words has narrowed down to one.
- Check out the git repository
- Run build command with bin
cli
and featurescli
:
cargo build --release --bin cli --features cli
- Run file
./target/release/cli