Skip to content

carolinavero/rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Rock, Paper, Scissors

Design preview for the Rock, Paper, Scissors coding challenge

The challenge

Your challenge is to build out this Rock, Paper, Scissors game and get it looking as close to the design as possible. To do this challenge, you need a basic understanding of HTML, CSS and JavaScript.

Your users should be able to:

  • View the optimal layout for the game depending on their device's screen size
  • Play Rock, Paper, Scissors against the computer

Rules

If the player wins, they gain 1 point. If the computer wins, the player loses one point.

Original

  • Paper beats Rock
  • Rock beats Scissors
  • Scissors beats Paper