WordleClone
Own implementation of Wordle as a CLI app.
Preview

How to Build
git clone https://github.com/marshblocker/wordle_clone.git
How to Play
- Within the
wordle_clonedirectory, runcargo runto start the game. - If you're not familiar with the game,
Press
Hat the start of the game to view the game mechanics.
Dependencies
The colored library for providing convenience function for printing colored text in the terminal.