WordleClone

Own implementation of Wordle as a CLI app.

During Won Lost

How to Build

Run cargo install wordle_clone.

How to Play

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.