Skip to content

Srinu346/JavaScript-Games

Repository files navigation

Rock-Paper-Scissors Game 🎮✊✋✌️

A simple Rock-Paper-Scissors game built using HTML, CSS, and JavaScript. Play against the computer and test your luck!

🚀 Features

  • 🎮 Play against the computer
  • 🧠 Randomized AI moves
  • 🎨 Simple and responsive UI
  • 🔄 Instant results after each move

🛠️ Technologies Used

  • HTML: Structure of the game
  • CSS: Styling and layout
  • JavaScript: Game logic

📌 How to Play

  1. Select Rock, Paper, or Scissors.
  2. The computer will randomly choose its move.
  3. The result (Win/Lose/Draw) will be displayed instantly.
  4. Play as many rounds as you like!

🎯 Rules

  • Rock beats Scissors
  • Scissors beats Paper
  • Paper beats Rock

📥 Installation

  1. Clone the repository:
    git clone https://github.com/your-username/rock-paper-scissors.git

Screenshot (40)