A command-line Hangman game built in Python using PyCharm. This project allows a user to guess letters in a randomly selected word while tracking lives remaining until the word is solved or the player loses.
- Random word selection
- Letter-by-letter guessing
- Lives tracking
- Win/loss logic
- ASCII hangman stages
- Modular file structure using separate word and art files
hangman-game/
│
├── main.py
├── hangman_words.py
├── hangman_art.py
└── README.md