A simple Rock-Paper-Scissors game built with HTML, CSS, and JavaScript. The player competes against the computer, and the winner is determined based on classic rules.
Features
- Interactive UI with buttons for Rock, Paper, and Scissors.
- Random computer choice generated each round.
- Real-time result display showing win, lose, or draw.
- Score tracking for both player and computer.
- Responsive design for better play on desktop and mobile.
Technologies Used
- HTML5 – Game structure and layout
- CSS3 – Styling and animations
- JavaScript (ES6) – Game logic and interactivity
How to Play
- Open the game in your browser.
- Click on Rock, Paper, or Scissors.
- The computer makes its choice.
- The winner is displayed instantly. Rock beats Scissors Scissors beats Paper Paper beats Rock
- Scores update after each round.