Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 494 Bytes

File metadata and controls

12 lines (10 loc) · 494 Bytes

Hangman Game

Game Details

  • Language: Python
  • Description: Hangman is a classic word-guessing game. The computer selects a secret word and the player tries to guess it one letter at a time. Each incorrect guess reduces the player's remaining lives. The player wins by guessing all letters of the secret word before running out of lives.

How to Run

  1. Make sure Python 3.x is installed.
  2. Open a terminal and navigate to the folder:
    cd Python/Hangman-Python