Rock Paper Scissors is a classic hand game implemented as a web application using HTML, CSS, and JavaScript.
The project allows users to play against the computer with instant result display.
This project was developed to practice:
- JavaScript conditional logic
- Random value generation
- DOM updates based on user actions
- Creating interactive browser games
The game is fully frontend-based.
✊🖐️✌️ Classic Rock-Paper-Scissors gameplay
🤖 Computer-generated opponent moves
📊 Real-time result display
🎨 Simple and engaging UI
⚡ Fast and smooth interactions
- HTML5 – Game structure
- CSS3 – Styling and animations
- JavaScript (Vanilla) – Game logic and interaction
Rock-Paper-Scissors/ │── index.html │── style.css │── script.js │── README.md
- Clone the repository:
git clone https://github.com/Shrey1006/Rock-Paper-Scissors.git
- Open index.html in any browser.
🏆 Score tracking 🔊 Sound effects 🎮 Multiplayer mode 📱 Enhanced mobile experience
Shreyansh Mojidra