Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 355 Bytes

File metadata and controls

11 lines (9 loc) · 355 Bytes

Hangman Game

Game Details

  • Language: Python
  • Description: Hangman is a classic word-guessing game where the computer randomly selects a secret word, and the player tries to guess it one letter at a time.

How to Run

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