Skip to content

๐ŸŽฎ A classic Hangman-style Python game with an Indian twist! ๐Ÿ™๏ธ Guess the names of popular Indian cities letter by letter โ€” you win if you guess right before your chances run out! โœ… Simple logic, beginner-friendly code, and perfect for learning string handling, loops, and conditional logic in Python. ๐Ÿ‡ฎ๐Ÿ‡ณ Explore India one guess at a time!

Notifications You must be signed in to change notification settings

ArunVijaykumarcsds/Hangman-IndianCities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ‡ฎ๐Ÿ‡ณ Hangman Game Showcase โ€“ by Arun vk

Welcome to my Python Hangman project! This repository features three versions of the game, each celebrating Indian city names as the word to guess.


๐ŸŽฎ Game Variants Included

  • ๐Ÿ–ฅ๏ธ Console Version โ€“ Terminal-based, playable online
  • ๐ŸชŸ Tkinter GUI Version โ€“ A basic GUI interface
  • ๐ŸŽง Pygame GUI Version โ€“ Visual and audio-rich interface

๐Ÿงช Try It Online


๐Ÿ› ๏ธ How to Run Locally

Make sure you have Python 3 installed.

๐Ÿ–ฅ๏ธ Console Version

cd tkinter python hangman_tkinter.py

๐ŸชŸ Tkinter GUI Version cd tkinter python hangman_tkinter.py

๐ŸŽง Pygame GUI Version cd pygame pip install pygame python hangman_pygame.py

โœ… Make sure correct.wav and wrong.wav are in the same folder as hangman_pygame.py.

๐Ÿ—‚๏ธ Project Structure hangman-showcase/ โ”œโ”€โ”€ console/ โ”‚ โ””โ”€โ”€ hangman_console.py โ”œโ”€โ”€ tkinter/ โ”‚ โ””โ”€โ”€ hangman_tkinter.py โ”œโ”€โ”€ pygame/ โ”‚ โ”œโ”€โ”€ hangman_pygame.py โ”‚ โ”œโ”€โ”€ correct.wav โ”‚ โ””โ”€โ”€ wrong.wav

๐Ÿ‘จโ€๐Ÿ’ป Author Arun vk Game dev enthusiast ยท Python explorer ยท Proudly Indian ๐Ÿ‡ฎ๐Ÿ‡ณ Built with ๐Ÿ’™ in 2025

About

๐ŸŽฎ A classic Hangman-style Python game with an Indian twist! ๐Ÿ™๏ธ Guess the names of popular Indian cities letter by letter โ€” you win if you guess right before your chances run out! โœ… Simple logic, beginner-friendly code, and perfect for learning string handling, loops, and conditional logic in Python. ๐Ÿ‡ฎ๐Ÿ‡ณ Explore India one guess at a time!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages