A small Rust app that lets you play Hangman in the terminal.
Make sure you already have cargo
installed!
- Clone the repository.
- CD into wherever this repository was cloned.
- Run
cargo r
.
After waiting a bit, you should be able to play Hangman in the terminal.