wordle_clone 0.1.1

Wordle as a CLI app.
Documentation

WordleClone

Own implementation of Wordle as a CLI app.

During Won Lost

How to Build

Run cargo install wordle_clone.

How to Play

  • Run wordle_clone in your command-line.
  • If you're not familiar with the game, Press 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.

Dependencies

The colored library for providing convenience function for printing colored text in the terminal.