A simple Rock-Paper-Scissors game built using HTML, CSS, and JavaScript. Play against the computer and test your luck!
- 🎮 Play against the computer
- 🧠 Randomized AI moves
- 🎨 Simple and responsive UI
- 🔄 Instant results after each move
- HTML: Structure of the game
- CSS: Styling and layout
- JavaScript: Game logic
- Select Rock, Paper, or Scissors.
- The computer will randomly choose its move.
- The result (Win/Lose/Draw) will be displayed instantly.
- Play as many rounds as you like!
- Rock beats Scissors
- Scissors beats Paper
- Paper beats Rock
- Clone the repository:
git clone https://github.com/your-username/rock-paper-scissors.git