This Python program selects a random word from a list, allows the player to guess letters, and displays the word with underscores for unguessed letters. The player has six attempts to guess the word, and the game ends when they either guess the word or run out of attempts.
A simple Hangman game implemented in Python. Challenge your word-guessing skills and have fun!
-
Clone or download this repository.
-
Open your terminal or command prompt.
-
Navigate to the project directory.
-
Run the game with Python:
python main.py