Skip to content

floriscornel/wordle-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A CLI tool to assist in solving wordle puzzles

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published