Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Hangman

A simple Hangman game created using C++ and SFML.

What is the Hangman game? Learn more

Features

  • Word and hint loading from a CSV file.
  • Hangman image updates based on incorrect guesses.
  • Sound effects for win and lose conditions.

Assets

  • Audio:cheer.wav, death.wav
  • Font: Lindelof-Font.ttf
  • Images: hangmanwin.png, hangman0.png to hangman6.png

Screenshots

guess guess guess

How to Run

  1. Install SFML.
    mkdir build && cd build
    cmake ..
    make
    ./hangman

Enjoy!!