Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 939 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 939 Bytes

Hangman Game

Description

Hangman is a classic word game in which you must guess the secret word one letter at a time.
Whenever a player guesses a letter that is not in the secret word, they get a strike that brings them closer to losing by showing the Hangman.

Languages or Frameworks Used

You only need Python to run this script. You can visit here to download Python.

How to run

Running the script is really simple! Just open a terminal in the folder where your script is located and run the following command:

python3 hangman.py

or

python hangman.py

📺 Demo

Author

Aata-allah Rchidi