๐ฎ Hangman Game (Tkinter + Python)
A simple Hangman game built using Python and Tkinter. This game allows users to guess letters to complete a hidden word while tracking remaining attempts. The game also saves history using SQLite.
โ
Interactive Tkinter-based GUI
โ
Word guessing with letter tracking
โ
Limited attempts with game-over conditions
โ
Restart functionality
โ
Game history saved in SQLite
- ๐ Python
- ๐จ Tkinter (GUI)
- ๐๏ธ SQLite (for saving game history)
1๏ธโฃ Clone the repository:
git clone https://github.com/yourusername/hangman-game.git
cd hangman-game2๏ธโฃ Install dependencies (if needed):
pip install tk3๏ธโฃ Run the script:
python hangman.py