Random numbers design a rock paper scissors game sometimes


Question: Random numbers. Design a "rock, paper, scissors" game, sometimes called "Rochambeau," a game you may have played as a kid. If you don't know the rules, they are: at the same time, both you and your opponent have to pick from one of the following: rock, paper, or scissors using specified hand motions. The winner is determined by these rules, which form somewhat of a fun paradox:

(a) the paper covers the rock,

(b) the rock breaks the scissors,

(c) the scissors cut the paper.

In your computerized version, the user enters his/her guess, the computer randomly chooses, and your program should indicate a winner or draw/tie.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Random numbers design a rock paper scissors game sometimes
Reference No:- TGS02578065

Expected delivery within 24 Hours