A simple Hangman game written in C++ where multiple players take turns guessing letters to find a secret word.
The game displays ASCII art for each failed attempt and ends when the word is guessed or the hangman is complete.
- Multiplayer support
- Reads the word to guess from a file provided as a command-line argument
- ASCII art for each stage of failure
- Simple console-based interface
g++ hangman.cpp -o hangman./hangman