/wordle-assistant

A CLI tool to assist in solving wordle puzzles

Primary LanguageRustApache License 2.0Apache-2.0

Wordle Assistant

This is a simple CLI tool that assist in solving wordle puzzles.

Usage

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.

Build instructions

  1. Check out the git repository
  2. Run build command with bin cli and features cli:
cargo build --release --bin cli --features cli
  1. Run file ./target/release/cli