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)
- Host: GitHub
- URL: https://github.com/manraj29/hangman-using-cpp
- Owner: Manraj29
- Created: 2022-08-21T18:16:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-21T18:24:49.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T16:50:39.048Z (4 months ago)
- Topics: cpp, game, hangman, project
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.