This project is a classic Hangman game implemented in Python. It's a simple yet entertaining game where players try to guess a word by suggesting letters within a certain number of attempts. The game provides a fun way to enhance vocabulary and guessing skills.
- Simple Gameplay: Easy-to-understand gameplay suitable for players of all ages.
- Word Bank: The game randomly selects words from a predefined word bank, ensuring a varied and engaging experience.
- Visual Feedback: Provides visual feedback on the current state of the word being guessed and the letters already tried.
- Interactive Interface: Uses Python's console for user interaction, making it accessible across different platforms.
- Challenging Difficulty: Adjusts the difficulty level based on the length of the word, providing a suitable challenge for players.
- Python
- Clone the repository to your local machine:
git clone https://github.com/distortgeek/HangMan.git
- Ensure you have Python installed on your system.
- Navigate to the directory where you cloned the repository.
- Run the game:
python hangman.py
- Follow the prompts on the console to play the game:
- Guess letters to uncover the hidden word.
- You have a limited number of attempts before the hangman gets fully drawn.
- Try to guess the word before running out of attempts.