Welcome to the Hangman Game repository! This project showcases a classic word-guessing game implemented in C++. Test your vocabulary and deduction skills by trying to guess the hidden word.
This Hangman Game is a fun and interactive project that allows players to guess a word by suggesting letters one at a time. With a limited number of chances, can you figure out the word before you run out of attempts? The game provides an entertaining way to improve your word-guessing skills while having a great time.
- Randomly selects words from a predefined list.
- Provides a limited number of attempts to guess the word.
- Displays the current state of the word with underscores for unrevealed letters.
- Keeps track of guessed letters.
- Celebratory pop-up on winning.
- Background music on winning.
- Responsive web-based user interface.
- Easily extensible with more words and features.
To run this Hangman Game, follow these steps:
- Clone the repository to your local machine using the following command:
git clone https://github.com/binitworld/Hangman-game-Guess-Mess.git
flowchart LR
Fork[Fork the project]-->branch[Create a New Branch]
branch-->Edit[Edit file]
Edit-->commit[Commit the changes]
commit -->|Finally|creatpr((Create a Pull Request))