Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.62 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.62 KB

Hangman Game

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.

Table of Contents

Introduction

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.

Features

  • 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.

Getting Started

To run this Hangman Game, follow these steps:

  1. Clone the repository to your local machine using the following command:
    git clone https://github.com/binitworld/Hangman-game-Guess-Mess.git
    
    

Contributing

Tip: Complete this process in GitHub (in your browser)

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))
    
Loading