Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎯 Hangman Game (Tkinter Edition)

A classic Hangman word-guessing game built in Python using Tkinter for the graphical interface.


🕹️ How to Play

  1. The program randomly chooses a word from the wordslist.py file.
  2. Guess one letter at a time using the input box.
  3. Each incorrect guess adds another piece to the hangman drawing.
  4. Win by guessing all letters before the hangman is fully drawn!

🧩 Folder Structure

hangman-game/ ├── hangman.py # Main game file ├── wordslist.py # Contains the list of words used in the game └── README.md # This file

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages