Question: I need help with creating a rock paper scissors game. Ive tried with minimal luck and would appreciate comments throught the program which will allow

I need help with creating a rock paper scissors game. Ive tried with minimal luck and would appreciate comments throught the program which will allow me to understand and breakdown the program. It should be a game of best of 3 with a game tally included. It should be done using c++ OOP. The program should include Branches(Has at least 2branches (if/else statements)),Loops(Has a while-loop and a for-loop.),Functions(Has at least 1void function and 1non-void function, functions makes use of pass-by-value parameters and pass-by-reference parameters),Data Structures(uses arrays),file stream(Program reads or writes from/to a file.),Classes(Class contains at least 2member functions and at least 1constructor,class is written not in the main file, but in a separate .h and .cpp file),README(Zip folder contains a README.txt that describes the purpose of the project and application, a description of how to use the program, and directions on how to compile the program)

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 Programming Questions!