SysAdminSupportTech / pythonProject

All python projects and practice
0 stars 0 forks source link

Hangman Project in Python #13

Open SysAdminSupportTech opened 2 years ago

SysAdminSupportTech commented 2 years ago

Creating a Hangman Application

SysAdminSupportTech commented 2 years ago

Game Objective: Guess the word, before the character is hung How Hangman Game Work

This game is played between two persons. The guesser and the Puzzle giver. The puzzle giver has a word in his mind and the guesser tries to guess the word. The Puzzle giver draws word dashes representing the word, phrase, or sentence he has in mind, then the guesser tries to guess the word, if the word is guessed before the man is hanged, the guesser wins, however, if the man is hung before the word is complete, the Puzzle giver won.