This is a simple word-guessing game called Hangman written in Python. The game challenges players to guess a secret word one letter at a time before running out of attempts.
- Randomly selected secret words
- ASCII art to represent the hangman
- Tracks incorrect guesses and remaining attempts
- Simple to play
- Clone this repository to your local machine:
git clone https://github.com/Tushapalta/Hangman_game.git