This is a command-line implementation of the classic Hangman game, where players guess a hidden word one letter at a time. The player has 7 attempts to guess the correct letters before the hangman is fully drawn.
- Random word selection from a text file.
- ASCII art representation of the hangman.
- Simple and intuitive command-line interface.
- Game instructions and rules provided at the start.
+---+
| |
O |
/|\ |
/ \ |
|
=========