A simple Hangman game created using C++ and SFML.
What is the Hangman game? Learn more
- Word and hint loading from a CSV file.
- Hangman image updates based on incorrect guesses.
- Sound effects for win and lose conditions.
- Audio:
cheer.wav,death.wav - Font:
Lindelof-Font.ttf - Images:
hangmanwin.png,hangman0.pngtohangman6.png
- Install SFML.
mkdir build && cd build
cmake ..
make
./hangman

