### Overview This is a blazing fast ⚡, command line game, inspired from Hangman, in which you have to guess a word by entering one letter at a time, [learn more about Hangman](https://www.wikihow.com/Play-Hangman) Bored or tired of coding a big project? Need some rest, but can't find a game to play within your terminal? Hangdev is the right stop, play any moment, unlimited times! ### Installation #### Using Cargo-Crates.io (Recommended) ```bash cargo install hangdev ``` #### From source ```bash git clone https://github.com/27Saumya/hangdev.git cd hangdev cargo install --path . ``` ### Usage ```bash hangdev ``` ### Contributions Contributions are welcomed!