Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tony-stone-code/codealpha_hangman_game
https://github.com/tony-stone-code/codealpha_hangman_game
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tony-stone-code/codealpha_hangman_game
- Owner: Tony-Stone-Code
- License: mit
- Created: 2024-11-26T00:36:15.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-26T00:39:38.000Z (about 2 months ago)
- Last Synced: 2024-11-26T01:27:12.525Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 0 Bytes
- 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/CodeAlpha_Hangman_game.git
cd hangman-game