An open API service indexing awesome lists of open source software.

https://github.com/mantiereid/word-guessing-game

Word guessing game made in C++
https://github.com/mantiereid/word-guessing-game

console cpp hangman windows

Last synced: 3 months ago
JSON representation

Word guessing game made in C++

Awesome Lists containing this project

README

          

# Word guessing game

The player has 5 chances of guessing the word correctly. The word is a country’s name. The program randomly picks a country’s name to be guessed by the player. There is a list of ten country’s names that will be randomly picked for the secret word.

The Orginal program comes from this website. Which can be found here at this [link](http://www.cppforschool.com/project/hangman-game-code.html)

# Instructions
Download the program here at this [link.](https://github.com/MantieReid/HangMan-game/releases/tag/1.0.2). Then run the Exe file.

# Gif
Gif of the program in action.

![alt text](https://github.com/MantieReid/HangMan-game/blob/master/R5gg12WPap.gif)