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

https://github.com/manraj29/hangman-using-cpp

Basic game of Hangman (Guess the word in limited guesses)
https://github.com/manraj29/hangman-using-cpp

cpp game hangman project

Last synced: 3 months ago
JSON representation

Basic game of Hangman (Guess the word in limited guesses)

Awesome Lists containing this project

README

        

# Hangman-using-C++

Basic game of Hangman (Guess the word in limited guesses).
Guess the word character-by-character and you win! but within the specified limit of guesses which is 5 in the program.