Skip to content

phammings/rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissors Project

TheOdinProject - Javascript Rock Paper Scissors Project

Project Demo

Rules

Rock Paper Scissors is played by have each player choose simultaneously one of the following: rock, paper, or scissors.

A player who decides to play rock will beat another player who has chosen scissors, but will lose to one who has played paper; a play of paper will lose to a play of scissors.

If both players choose the same shape, the game is tied and is immediately replayed to break the tie.

Instructions

During the loading screen, you can click anywhere to skip the intro animation.

You choose your play for that round by clicking the matching icon.

After a round of 5, clicking the play again button will redirect you back to the main game screen.