A fun and interactive Rock Paper Scissors game built with HTML, CSS, and JavaScript.
Challenge the computer, keep score, and enjoy a smooth responsive UI.
👉 Play Rock Paper Scissors Online
- 🤖 Computer opponent – computer makes random choices (Rock, Paper, or Scissors).
- 🏆 Dynamic scoreboard – keeps track of both your score and the computer’s score.
- 📢 Result messages – shows “You Win”, “You Lost”, or “Game Draw” with colors:
- 🟩 Green = You Win
- 🟦 Blue = You Lose
- 🟨 Yellow = Draw
- 🎨 Clean UI styling – circular buttons with hover effects and shadows.
- 📱 Responsive design – works on desktop and adapts for mobile (down to 600px).
- Click on Rock, Paper, or Scissors.
- The computer randomly selects its choice.
- A message displays the winner or draw, color-coded for clarity.
- The scoreboard updates automatically.
- 🧍 Single player only – can’t play with another human.
- 🔄 No persistence – scores reset when refreshing the page.
- 🎭 Minimal visuals – no animations, sound effects, or advanced themes.
- 📏 Limited responsiveness – optimized only for screens ≥320px wide.
- Clone the repository:
git clone https://github.com/BharathPadavu/rock-paper-scissors.git