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