/Rock-Paper-Scissors-Game

https://johnnylozano.github.io/Rock-Paper-Scissors-Game/

Primary LanguageJavaScript

Rock, Paper, Scissors!

Demo of rock, paper, scissors game


Description

Rock paper scissors is a hand game originating from China, usually played between two people, in which each player simultaneously forms one of three shapes with an outstretched hand. These shapes are "rock", "paper", and "scissors". :mountain: :page_facing_up: :scissors:

Rock paper scissors is often used as a fair choosing method between two people, similar to coin flipping, drawing straws, or throwing dice in order to settle a dispute or make an unbiased group decision. Unlike truly random selection methods, however, rock paper scissors can be played with a degree of skill by recognizing and exploiting non-random behavior in opponents.


How to Play

A simultaneous, zero-sum game, it has three possible outcomes: a draw, a win or a loss.

  • Rock beats scissors
  • Scissors beats paper
  • Paper beats rock

Simply click on the icons to start playing!