Skip to content

Dumb-Kid-Root/Hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

🚩🧡🕉️ || जय श्री राम || 🕉️🧡🚩

🤔 Developer Hangman

Python Version Made with Pygame

A classic Hangman word-guessing game implemented with Pygame, featuring a dictionary of programming-related terms.


✨ Features

  • Classic Hangman gameplay: Guess letters to find the hidden word.
  • Programming-themed word list (e.g., PYTHON, PYGAME, IDE).
  • Visual feedback with the hangman drawing progression for incorrect guesses.
  • Interactive letter buttons.
  • Win/Loss detection and display messages.

🚀 Getting Started

Prerequisites

  • Python 3.x
  • Pygame library:
    pip install pygame

Installation & Running

  1. Clone the repository (or download the files, ensuring the images/images folder structure is maintained).
  2. Navigate to the Hangman directory:
    cd path/to/Hangman
  3. Run the game:
    python main.py

🎮 Controls

  • Start Game: Click anywhere on the initial screen.
  • Guess Letter: Click on the letter buttons displayed on the screen.

📂 Project Structure

Hangman/
├── main.py             # Main game script
├── images/
│   └── images/         # Hangman state images (hangman0.png - hangman6.png)
│       ├── hangman0.png
│       ├── ...
│       └── hangman6.png
├── Screenshot (34).png # Example gameplay screenshot
├── Screenshot (35).png # Example win/loss screenshot
└── README.md           # This file

(Note: The nested images/images structure seems to be required by the code)


🖼️ Gameplay

Recording.2025-05-04.211857.mp4

About

🤔 Classic Hangman game with a developer twist! Guess programming-related words. Built with Python and Pygame.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages