Skip to content

A classic Hangman Game implemented in C++. Choose from various word categories, select difficulty levels, and test your word-guessing skills in the console. Can you save the stick figure from being hanged?

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

CodeVnebula/hangman-game

Repository files navigation

Hangman Game

Description

Hangman Game is a console-based game implemented in C++.

Features

  • Choose from various word categories.
  • Select difficulty levels: Easy, Medium, Hard, Insane.
  • Guess the word letter by letter.
  • Limited number of tries based on the selected difficulty.

How to Play

  1. Choose "START GAME" from the menu.
  2. Select a word category.
  3. Choose the difficulty level.
  4. Start guessing letters to uncover the hidden word.
  5. Each incorrect guess reduces the remaining tries.
  6. Win the game by correctly guessing the word or lose by running out of tries.

Installation

  1. Clone the repository: git clone https://github.com/CodeVnebula/hangman-game.git
  2. Compile the code using a C++ compiler.

Usage

  • Run the compiled executable.
  • Follow the on-screen instructions to play the game.

Contributing

Contributions are welcome! If you find any issues or have suggestions, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

About

A classic Hangman Game implemented in C++. Choose from various word categories, select difficulty levels, and test your word-guessing skills in the console. Can you save the stick figure from being hanged?

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages