A fun and interactive Rock Paper Scissors game built with HTML, CSS, and JavaScript. Challenge the computer, keep score, and enjoy the classic hand game on any device!
- Simple and intuitive UI
- Real-time results and score tracking
- Randomized computer choices
- Responsive design for mobile and desktop
- Smooth animations and visual feedback
- HTML – Structure and layout
- CSS – Styling and responsiveness
- JavaScript – Game logic and interactivity
Rock-Paper-Scissors/ ├── INDEX.HTML ├── stylesheet.css ├── second.js ├── README.md
- Click on Rock, Paper, or Scissors to make your move.
- The computer randomly selects its move.
- The result is displayed (Win / Lose / Draw).
- Your score and the computer's score are updated automatically.
- Play as many rounds as you like!
- Clone the repository:
git clone https://github.com/Pratiyasa/Rock-Paper-Scissors.git