Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 615 Bytes

File metadata and controls

31 lines (20 loc) · 615 Bytes

Rock Paper Scissors

A simple Rock - Paper - Scissors game built with HTML,CSS and JavaScript.


🎯 Features

  • Interactive UI with images for Rock, Paper, and Scissors
  • Persistent score tracking using localStorage
  • Reset button to clear scores
  • Fully responsive design - Can be played with both keyboard and clicks
  • Keyboard controls - r - Rock, p - Paper, s - scissors

🚀 How to RUN

  1. Clone this repository:

    git clone https://github.com/Ash007dev/rock-paper-scissors.git

⚙️ Technologies Used

  • HTML5
  • CSS3
  • JavaScript (ES6)