Skip to content

Hangman Game ๐ŸŽฎ: A classic word-guessing game brought to life in the console environment using C. Test your linguistic prowess as you attempt to unveil the secret word one letter at a time. With each incorrect guess, the hangman's fate hangs in the balance. Can you decipher the word before it's too late?

License

Notifications You must be signed in to change notification settings

pritamsingh22/Hangman-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Hangman Game ๐ŸŽฎ

Welcome to the Hangman Game! This is a simple console-based game developed in C. Test your vocabulary skills by guessing the secret word before you run out of attempts!

How to Play ๐Ÿ•น๏ธ

  1. Clone the Repository:

    git clone https://github.com/pritamsingh22/hangman-game.git
  2. Compile the Code:

    gcc hangman.c -o hangman
  3. Run the Game:

    ./hangman
  4. Guess the Word:

    • Enter your guesses one letter at a time.
    • You have a limited number of attempts.
  5. Win or Lose:

    • If you guess the word correctly, you win!
    • If you run out of attempts, you lose.

Features โœจ

  • ๐ŸŽฒ Randomly selected words from a predefined list.
  • ๐Ÿค” Intuitive and interactive UI.
  • ๐Ÿ“ˆ Keeps track of attempts left.
  • ๐Ÿ† Celebrates your victory or shows empathy in defeat.

Contributing ๐Ÿค

Contributions are welcome! Here's how you can contribute:

  1. Fork the repository.
  2. Create your feature branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a pull request.

License ๐Ÿ“„

This project is licensed under the MIT License. See the LICENSE file for more details.

Contact ๐Ÿ“ฌ

If you have any questions or suggestions, feel free to reach out:

Enjoy playing the Hangman Game! ๐ŸŽ‰

This README provides clear instructions on how to clone, compile, and run the game. It also highlights the features, invites contributions, includes licensing information, and provides contact details for further communication.

About

Hangman Game ๐ŸŽฎ: A classic word-guessing game brought to life in the console environment using C. Test your linguistic prowess as you attempt to unveil the secret word one letter at a time. With each incorrect guess, the hangman's fate hangs in the balance. Can you decipher the word before it's too late?

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages