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)