-
Notifications
You must be signed in to change notification settings - Fork 89
Description
🕹️ Hangman Game – Description
Overview:
Hangman is a classic word-guessing game where the player tries to guess a hidden word by suggesting letters within a limited number of attempts. It tests the player’s vocabulary, logic, and spelling skills.
Gameplay:
The computer randomly selects a word from a predefined list.
The word is represented by blank spaces (one for each letter).
The player guesses one letter at a time.
If the guessed letter is in the word, it is revealed in its correct position(s).
If the guessed letter is not in the word, one part of the hangman figure is drawn (or the number of remaining lives decreases).
The player wins if they guess the complete word before running out of lives.
The player loses if the hangman figure is fully drawn before the word is completed.
Objective:
Guess the hidden word correctly before all attempts run out.