https://github.com/ghulamghousdev/hangman
Hang-Man game built using python.
https://github.com/ghulamghousdev/hangman
Last synced: about 1 year ago
JSON representation
Hang-Man game built using python.
- Host: GitHub
- URL: https://github.com/ghulamghousdev/hangman
- Owner: ghulamghousdev
- Created: 2020-10-25T22:12:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-25T22:37:43.000Z (over 5 years ago)
- Last Synced: 2024-10-11T19:14:52.361Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hang-Man
Hang-Man game built using python. It is a console based game. In the game of Hangman, a clue word is given by the
program that the player has to guess, letter by letter. Let’s say the word the player has to guess is “EVAPORATE”. A player is asked to guess a letter and displays letters in the clue word that were guessed
correctly. The letters which player guessed are saved and displayed a different message if the
player tries to guess that letter again. The user can only guess 6 times and tell the user how many guesses they have left. Letters which are guessed by the user saved. If the user guesses a letter they already guessed, they are not penalized - they are let to guess again. When the player wins or loses, they are allowed to start a new game.
