WordleClone
Own implementation of Wordle as a CLI app.

How to Build
Run cargo install wordle_clone.
How to Play
- Run
wordle_clonein your command-line. - If you're not familiar with the game,
Press
Hat the start of the game to view the game mechanics.
If running wordle_clone doesn't work, make sure that
$HOME/.cargo/bin is included in your system's PATH. See
this for
further information.
Dependencies
The colored library for providing convenience function for printing colored text in the terminal.