A Rock Paper Scissors game built with HTML, CSS, and JavaScript, where players can play against the computer. The game keeps track of the score, and the first to reach 10 points wins. It also includes a music player that can be toggled on or off while playing the game.
-
Rock Paper Scissors Game: A simple, classic Rock Paper Scissors game with score tracking.
-
Responsive Design: The game is fully responsive and can be played on mobile and desktop devices.
-
Game Over Condition: The game ends when either the player or the computer reaches 10 points.
-
Reset Option: Option to play the game again after it's over.
- Choose between Rock, Paper, or Scissors
- The computer will randomly pick one of the three choices.
- The game will determine the winner based on the classic rules:
- Rock beats Scissors
- Scissors beats Paper
- Paper beats Rock
- The score will update, and the first player to reach 10 points wins.
- You can reset the game using the "Play Again!" button when the game ends.
- Clone this repository to your local machine:
git clone https://github.com/Adil-Soomro/rock-paper-scissors-game.git