Skip to content

Add Hangman Game #69

@kavish310107

Description

@kavish310107

🕹️ 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions