- 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.
- Make sure Python 3.x is installed.
- Open a terminal and navigate to the folder:
cd Python/Hangman-Python