Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 645 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 645 Bytes

Hangman-Word-Guessing-Game

This is a simple command-line Hangman game implemented in Python. The objective of the game is to guess a random word before the hangman is complete. The player can enter letters as guesses, and they have a limited number of incorrect guesses before losing the game.

image

How to Play

  1. Clone the repository or download the main.py file.
  2. Make sure you have Python installed on your system.
  3. Run the game by executing the following command in your terminal or command prompt: