[New game]: #4858
Labels
gssoc
GSSoC24 program label
level3
Adding new features
New Game 🎮
This is the label that will be used on issues that are raising new game issue
🎮 Game Request
Implement a Hangman game where players guess letters to reveal a hidden word. Incorrect guesses will result in parts of a hangman being drawn. The game ends when the word is guessed or the hangman is fully drawn.
Point down the features
Game points:
Display the hidden word with underscores representing unguessed letters.
Show the letters guessed by the player.
Provide an input method for the player to guess letters.
Display the hangman drawing that progresses with each incorrect guess.
Randomly select a word from a predefined list.
Check if the guessed letter is in the word and update the displayed word accordingly.
Track incorrect guesses and update the hangman drawing.
Determine win/loss conditions and display appropriate messages.
Select program in which you are contributing
GSSoC24
Code of Conduct
The text was updated successfully, but these errors were encountered: