Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 697 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 697 Bytes

THANKS FOR CHECKING OUT :)

-------------------------------STONE PAPER SCISSOR-----------------------------

Rules - ● Paper beats Rock ● Rock beats Scissors ● Scissors beats Paper

  1. All user input values are going to be generated via random numbers. No need for a user input mechanism.
  2. It will be a 4 player game.
  3. Each player will randomly choose either of the three (Rock, Paper or Scissors). Calculate the results for each player in respect to every other player based on the choices made.
  4. The above should be repeated 50 times.
  5. The total results should be printed out per player to player basis.
  6. Also, print out all the choices for each round for each player.