A simple Hangman Game coded in Python with the inclusion of ASCII Art.
Welcome to the classic Hangman game implemented in Python! This console-based game challenges players to guess a word by suggesting letters within a limited number of attempts. The game features ASCII art to enhance the user experience.
- Randomly selected words for diverse gameplay
- ASCII art representation of the hangman as the game progresses
- Simple and intuitive interface
- A fun way to improve your vocabulary and word-guessing skills
Here's a glimpse of what the game looks like during gameplay:
+---+
| |
|
|
|
|
=========
Enter a letter: _
-
Clone the repository:
bash git clone https://github.com/DanTiw/Hangman-Python.git
-
Navigate to the project directory:
bash cd hangman-game
-
Run the game:
bash python hangman.py
-
Follow the on-screen instructions to guess the letters and save the hanging man!
Enjoy playing Hangman! 🎉