This is a hangman game written in C++.
To install this incredible game, just clone this repository and use make to compile:
git clone https://github.com/BBlackJack07/Hangman.git
cd Hangman
make
Just start the game with the command ./hangman
and enjoy yourself while playing alone!
The file res/wordlist
contains words in French, if you want to play with english words, just rename the files as follow:
mv res/wordlist res/wordlist_fr
mv res/wordlist_en res/wordlist