Skip to content

Msgl/rock-paper-scissors-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Rock, Paper, Scissors Game

This is a solution to the Design preview for the Rock, Paper, Scissors coding challenge.

Table of contents

The challenge

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

Screenshots

rock-paper-scissors

Links

Built with

  • HTML
  • SCSS
  • JavaScript