Just a simple cli app to play find the word game. The program will choose a random word and shuffle the position of each charset. The client user must find the word to win the game. But, the user can find a word that the program will not expect the it make a bonus score.
- Clone this repository
- Move to the directory
mv rust-word-game
- Then use the command
cargo install --path .