Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 529 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 529 Bytes

Hangman Game

This is a hangman game written in C++.

Installation

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

Play

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