Question
Hi need to make Python program for Rock-Paper-Scissors-Lizard-Spock Need to write the game of Rock-Paper-Scissors-Lizard-Spock that meets the following requirements: Support player-versus-computer play, and have
Hi need to make Python program for "Rock-Paper-Scissors-Lizard-Spock"
Need to write the game of "Rock-Paper-Scissors-Lizard-Spock" that meets the following requirements:
Support player-versus-computer play, and have adequate user instructions.
Loop after each round to ask if the player wants to continue.
On each round the results are displayed prior to asking if the player wants to continue playing.
The results of each round must be the same text as described in the rules for winning the game below. There should also be text stating if the player or computer wins.
Then need to keep count of how many time the user won and lost. When the user chooses to quit, print the total number of wins and loses.
The rules for winning the game are as follows:
Notice that in the following list, the left-side choice is the winner. Then have to keep in mind that the if the player choice and the calculated computer choice are the same, that results in a tie.
Scissors cut Paper
Paper covers Rock
Rock crushes Lizard
Lizard poisons Spock
Spock smashes Scissors
Scissors decapitate Lizard
Lizard eats Paper
Paper disproves Spock
Spock vaporizes Rock
Rock crushes Scissors
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started