Skip to content

atharv-1511/Hangman-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽฎ Hangman Game (Tkinter + Python)

๐Ÿ“Œ Overview

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.

โœจ Features

โœ… Interactive Tkinter-based GUI
โœ… Word guessing with letter tracking
โœ… Limited attempts with game-over conditions
โœ… Restart functionality
โœ… Game history saved in SQLite

๐Ÿ› ๏ธ Technologies Used

  • ๐Ÿ Python
  • ๐ŸŽจ Tkinter (GUI)
  • ๐Ÿ—„๏ธ SQLite (for saving game history)

๐Ÿš€ How to Run

1๏ธโƒฃ Clone the repository:

git clone https://github.com/yourusername/hangman-game.git
cd hangman-game

2๏ธโƒฃ Install dependencies (if needed):

pip install tk

3๏ธโƒฃ Run the script:

python hangman.py

About

A simple Hangman game built with Python and Tkinter. The game features a graphical user interface (GUI) for letter guessing, attempt tracking, and game history saving using SQLite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages