https://github.com/tony-stone-code/hangman_game
https://github.com/tony-stone-code/hangman_game
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tony-stone-code/hangman_game
- Owner: Tony-Stone-Code
- License: mit
- Created: 2024-11-26T00:36:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-10T13:21:25.000Z (about 1 year ago)
- Last Synced: 2025-02-10T14:29:45.456Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
# Hangman Game
A simple and friendly Hangman game implemented using Python's Tkinter library. Players can guess letters to uncover a randomly selected word. The game provides a graphical user interface (GUI) for an engaging experience.
## Features
- Random word selection from a predefined list.
- User-friendly GUI with buttons for letter guessing.
- Displays the current state of the word and the number of incorrect guesses.
- Feedback for already guessed letters.
- Option to reset the game after finishing.
## Requirements
- Python 3.x
- Tkinter (usually included with Python installations)
## Installation
**Clone the repository:**
```bash
git clone https://github.com/Tony-Stone-Code/Hangman_game
cd hangman-game