A beginner-friendly Hangman game built using Python. The game randomly selects a word from a list, and the player tries to guess it letter by letter before they run out of lives.
| File Name | Description |
|---|---|
Hangman Program.py |
Main Python file containing the game logic |
hangman_art.py |
Contains the ASCII art for hangman stages & logo |
hangaman_wordList.py |
Contains a list of words to randomly choose from |
Make sure Python is installed on your system.
Run the game using:
python "Hangman Program.py"