A fun hangman game you can play via your command line :)
- Clone the repository to your local machine using the command `git clone
- Navigate to the directory using the command
cd Hangman
- Run the command
python3 hangman.py
to start the game
- The game will prompt you to enter a letter
- Enter a letter and press enter
- If the letter is in the word, it will be revealed
- If the letter is not in the word, you will lose a life
- You have 6 lives
- If you guess the word before you run out of lives, you win!
- If you run out of lives before you guess the word, you lose :(