Question: Computer sci 122 c++ Complete and modify the code for the game Rock, Paper Scissors so that the player plays against the computer (use a
Computer sci 122 c++ Complete and modify the code for the game "Rock, Paper Scissors" so that the player plays against the computer (use a random generator to generate the computer's play) and there is a record that is kept on file of the game. The record should be created if the player is playing for the first time. If the player has already played before, her/his record should be loaded into the computer and the competition continued from there. Remember to document the program explaining what the code does and how it has been modified. The purpose of this assignment is to begin to understand how computers can keep records and analyze the record and modify its "behavior" using stored data. It also gives the student some understanding of the issues of trying to get a machine to produce 'random' responses
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
