This is a simple Rock Paper Scissors game built using HTML, CSS, and JavaScript.
- Click on Rock, Paper, or Scissors.
- The computer will also make a choice.
- The result will be shown on the screen.
- The score will update automatically.
index.html
– The main HTML filestyle.css
– Styles for the gameapp.js
– JavaScript logic for the gameimages/
– Contains rock, paper, and scissors images
- Download or clone the repository.
- Open
index.html
in your browser. - Start playing