THANKS FOR CHECKING OUT :)
-------------------------------STONE PAPER SCISSOR-----------------------------
Rules - ● Paper beats Rock ● Rock beats Scissors ● Scissors beats Paper
- All user input values are going to be generated via random numbers. No need for a user input mechanism.
- It will be a 4 player game.
- 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.
- The above should be repeated 50 times.
- The total results should be printed out per player to player basis.
- Also, print out all the choices for each round for each player.