Own implementation of Wordle as a CLI app.
This program doesn't display properly in Window's Command Prompt due to the terminal's lack of native color features. If you're in Windows, you can run this smoothly in the built-in Powershell or in Git Bash if you have it.
cargo install wordle_clone
wordle_clone
in the command-line.H
at the start of the game to view the game mechanics.cargo install wordle_clone
.The colored library for providing convenience function for printing colored text in the terminal.