Hangman Game is a classic word guessing game implemented in Python. Guess the letters of a randomly chosen word and avoid running out of lives. Enjoy the challenge of uncovering the hidden word with interactive hangman stages.
- Randomly selects a word from a predefined list of challenging words.
- Visual feedback with interactive hangman stages for incorrect guesses.
- Clear console screen for an enhanced user experience.
- Simple and intuitive gameplay.
-
Clone the repository to your local machine:
git clone https://github.com/B3TA-BLOCKER/Hangman.git
-
Navigate to the project directory:
cd Hangman
-
Run the game:
python main.py
The game uses the following files:
- main.py: The main Python script for the Hangman game.
- art.py: Contains ASCII art for different hangman stages and the game logo.
- words.py: Provides a list of words for the game.