Skip to content

Add The Hangman game in Python #55

@krisharmaa

Description

@krisharmaa

Title: Add Python Hangman Minigame

Overview:
This issue is to create a classic command-line Hangman game in Python. The player will guess letters to reveal a hidden word from a predefined list. Each incorrect guess adds a body part to the hangman figure, giving the player a total of 6 chances per word.

✨ Key Features
Word List: The game uses a built-in list of 26 words, one starting with each letter from A to Z.

Gameplay: The first letter of each word is revealed (e.g., A P P _ _ ).

Attempts: The player has 6 incorrect guesses. For each wrong guess, a part of the hangman is drawn (head, torso, two arms, two legs).

Scoring: The game tracks a score for each word guessed correctly.

Game End: The game concludes after all 26 words have been attempted, and the final score is displayed.

✅ Deliverable
A single, runnable Python script named hangman.py that is well-commented.

@devmalik7 Could you please assign this to me?
also, please add hacktoberfest, good-first-issue, python labels. thanks!

@assign-me

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions