🪨📄✂️ Rock Paper Scissors Game
A fun and interactive Rock Paper Scissors game built using HTML, CSS, and JavaScript.
Play against the computer, track your score, and enjoy sound effects with the option to turn them on or off.
🔗 Live Demo: https://adittya-code.github.io/Rock-Paper-Scissors-Game/
🚀 Features
- 🎮 Play Rock, Paper, or Scissors against the computer
- 🤖 Random computer choice logic
- 📊 Live score tracking (User vs Computer)
- 🔊 Sound effects for:
- Click
- Win
- Lose
- 🔇 Sound ON / OFF toggle button
- 🎨 Simple, clean, and responsive UI
- 🟢 Visual feedback for win, lose, and draw states
🧠 Game Rules
Rock beats Scissors Scissors beats Paper Paper beats Rock Same choices result in a Draw
🛠️ Technologies Used
- HTML5 – Structure of the game
- CSS3 – Styling and layout
- JavaScript (Vanilla JS) – Game logic and interactivity
🔊 Sound Control
Click the Sound Off / Sound On button to mute or enable game sounds anytime.
📁 Rock-Paper-Scissors │ ├── index.html # Main HTML file ├── style.css # Game styling ├── script.js # Game logic │ ├── rock.png # Rock image ├── paper.png # Paper image ├── scissors.png # Scissors image │ ├── click.mp3 # Click sound effect ├── win.wav # Win sound effect ├── lose.mp3 # Lose sound effect │ └── README.md # Project documentation
📌 Future Improvements
- Reset score button
- Mobile-first UI improvements
- Multiplayer mode
- Animation effects
⭐ If you like this project, feel free to star the repository!