This is a hangman game with two mode: single and dual mode.
- In single mode, you can play alone with random word.
- In dual mode, you can play with your partner. First, you can enter a word for your partner to guess. Then, your partner will guess your word.
This program is developed by C++.
- Copy the files into working directory.
- Run
g++ -o hangman *.cpp - Run
./hangman. - Enjoy!
GPL 3.0