Own implementation of Wordle as a CLI app.
Run cargo install wordle_clone
.
wordle_clone
in your command-line. H
at 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.
The colored library for providing convenience function for printing colored text in the terminal.