Skip to content

vi-kush/stonePaperScissor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages