0 of 1 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 1 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
For this project, you will individually create a program that has a “player” and a “computer” advisary. The computer should randomly choose it’s decision based on a list of actions it can take (“Rock”, “Paper” or “Scissors”). The player should then have a chance to input their decision. If player and computer choose the same decision then display (“Game Tied”), If the player chooses “Rock” and the computer chooses “Paper” display (“You lose”), if the player chooses “Scissors” and the computer chooses “Rock” display (“You Lose”) and if the player chooses “Paper” and the computer chooses “Scissors” then display (“You lose”) — Vice versa for other descisions.
Continue to ask the player for their input until they say “I quit”, at which time the game will then end and display (“Thank you for playing”).
In this project, you will need to use the random.randint function to enable to computer to make a random decision. Full documentation on the use of this function is attached in a link to this assignment.
Once completed, commit your code to github and submit the link to this assignment.
This response will be reviewed and graded after submission.