Skip to content

blueork/Hangman-CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Hangman-CPP

A simple Terminal-Based Hangman Game 🎮🎮 written in C++

Instructions to run the Game

  1. Ensure that you have the GNU G++ Compiler, if not run the following command on Terminal

    sudo apt-get install g++

  2. Make an executable

    g++ -o main.exe hangman.cpp

  3. Run the executable

    ./main.exe

  4. Enjoy the gameplay 🚀🚀!!

Releases

No releases published

Packages

No packages published

Languages