Skip to content

A simple Hangman game implemented in Python. Includes features such as random word selection, hangman stages, and game over conditions.

Notifications You must be signed in to change notification settings

imDarshanGK/Hangman-game-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

14 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Hangman Game ๐ŸŽฎ๐Ÿ

Overview

This repository contains a Python implementation of the classic Hangman game. Players attempt to guess a hidden word one letter at a time, with a limited number of incorrect guesses allowed before the game ends.

Features

  • Random word selection from a predefined list.
  • Interactive gameplay with real-time feedback on guesses.
  • Tracks incorrect guesses and displays a visual representation of the Hangman.

How to Play

  1. Clone the repository:
    git clone https://github.com/imDarshanGK/Hangman-game-python.git
  2. Run the game:
    python Hangman_game.py
  3. Enjoy guessing the hidden word! ๐ŸŽ‰

Contributions

Feel free to fork, suggest improvements, or contribute enhancements to this project.


About

A simple Hangman game implemented in Python. Includes features such as random word selection, hangman stages, and game over conditions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages