Skip to content

UTKARSHJHA-2005/ROCK-PAPER-SCISSORS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ROCK-PAPER-SCISSORS

Rock, Paper, Scissors is a simple hand game usually played between two people. The game has three possible outcomes other than a tie: Rock crushes Scissors, Scissors cuts Paper, and Paper covers Rock. Each of the three basic elements defeats one of the other elements.
The three elements: Rock: Symbolized by a fist, rock crushes scissors. If a player chooses rock and the other player chooses scissors, the player with rock wins.
Paper: Represented by an open hand, paper covers rock. If a player chooses paper and the other player chooses rock, the player with paper wins.
Scissors: Depicted by a fist with the index and middle fingers extended, scissors cut paper. If a player chooses scissors and the other player chooses paper, the player with scissors wins.
In the program, you will play the game against the computer and get three options(Rock,Paper,Scissors).If you won, then it will show "Player won"; if computer won,then it will show "Computer Won" otherwise it will show "Game is draw".

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published