Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 484 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 484 Bytes

Hangman Game 🕹️

This is a simple word-guessing game called Hangman written in Python. The game challenges players to guess a secret word one letter at a time before running out of attempts.

Features

  • Randomly selected secret words
  • ASCII art to represent the hangman
  • Tracks incorrect guesses and remaining attempts
  • Simple to play

How to Play

  1. Clone this repository to your local machine:
    git clone https://github.com/Tushapalta/Hangman_game.git