Word Guess Game written using python

by Manimaran E

Description

WORD GAME: The player will be given 8 guesses to find the secret word that is randomly generated by the system. If the player enters a 2 letters or enter without any input, the system will prompt the user to key in single character only and if it is correct, it will ask the user to key in the next letter. If the user input is a special character or wrong letter, it will print stating the letter is not in the secret word and will prompt the user to key in again till the guess limit.