In this game, there is a list of words present, out of which our interpreter will choose 1 random word. The player has to guess the word that the computer has chosen randomly by guessing a letter in each turn.
- The user has to first input 12 names and then, the computer will randomly choose one word among the list of 12 words.
- You will be asked to guess an alphabet in each attempt.
- If the random word contains that alphabet, it will be shown as the output(with correct placement) else the program will ask you to guess another alphabet.
- The user will be given 12 turns to guess the complete word.