Classic game ROCK, PAPER, SCISSORS to play in the browser. Built with JavaScript.
index.html
: The HTML structure of the game.style.css
: Styles for the game.script.js
: JavaScript logic for the game.
- 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!