Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 634 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 634 Bytes

Rock Paper Scissors

Classic game ROCK, PAPER, SCISSORS to play in the browser. Built with JavaScript.

Live version:

Live Demo Link

Built With:

  • index.html: The HTML structure of the game.
  • style.css: Styles for the game.
  • script.js: JavaScript logic for the game.

Instruction to Play

  • Choose between Rock, Paper or Scissors by clicking in the icon.
  • Rock beats Scissors.
  • Scissors beats Paper.
  • Paper beats Rock.
  • Click 'Reset Score' button to reset Game.
  • Play again!

image