Skip to content

MohamedD2025/hangman-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽฎ Hangman Game

A clean and interactive Python implementation of the classic Hangman word-guessing game.


๐Ÿ“ Description

This project is a terminal-based game where players try to guess a hidden word letter by letter. It demonstrates core programming concepts like loops, conditional logic, and user input handling.

โœจ Key Features

  • Turn-Based Logic: The game waits for your input and responds to every guess.
  • Instant Feedback: Shows you immediately if your guess was right or wrong.
  • Win/Loss Tracking: Automatically detects when you win or run out of attempts.
  • Clean Code: Easy to read and modify for learning purposes.

๐Ÿš€ How to Run

  1. Download the hangman.py file.
  2. Open your Terminal or Command Prompt.
  3. Navigate to the folder and run:
    python hangman.py

About

Classic "Hangman game" implementation in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages