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 two-player word guessing game, word_guess.py. Your
program should:
Prompts Player 1 for a secret word (only contains letters) to be guessed.
Repeatedly asks for a single letter from Player 2.
Note: Player 2 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.
 Design and implement a python two-player word guessing game, word_guess.py. Your

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!