A simple Rock, Paper, Scissors game built with HTML, CSS, and JavaScript. The player competes against the computer, and the score is stored using local storage so it stays even after refreshing the page!
📁 Project Structure
ROCK PAPER SCISSORS/ ├── index.html # Main HTML file ├── style.css # Styling for the game └── index.js # Game logic in JavaScript
🚀 Features
Playable Rock, Paper, Scissors game
Tracks and stores Wins, Ties, and Losses using local storage
Keyboard shortcuts:
Press R for Rock
Press P for Paper
Press S for Scissors
Reset button to clear the score
📷 Screenshots
(You can add screenshots of your game here if you want)