An open API service indexing awesome lists of open source software.

https://github.com/tony-stone-code/hangman_game


https://github.com/tony-stone-code/hangman_game

Last synced: 11 months ago
JSON representation

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