Skip to content

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.

Notifications You must be signed in to change notification settings

778569/Hang_Man_Game_Python_Project08_beginnerLvl

Repository files navigation

Hang_Man_Game_Python_Project08_beginnerLvl

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.

Hangman Game - Python Project

![Hangman Game] image

A simple Hangman game implemented in Python. Challenge your word-guessing skills and have fun!

How to Play

  1. Clone or download this repository.

  2. Open your terminal or command prompt.

  3. Navigate to the project directory.

  4. Run the game with Python:

    python main.py

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published