Question: Design and implement a python two - player word guessing game, word _ guess.py . Your program should: Prompts Player 1 for a secret word
Design and implement a python twoplayer word guessing game, wordguess.py Your
program should:
Prompts Player for a secret word only contains letters to be guessed.
Repeatedly asks for a single letter from Player
Note: Player will only get so many guesses how will you decide this?
The program also checks if the given letter is a valid input or not.
The program will display correct letter guessed so far and their positions in the secret
word how might we do this?
When done, the program will show the secret word, as well as what letters are still
missing.
Asks if the players want to play again.
Your program should at least make use of functions, loops, conditional statements, and string
methods.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
