This is a simple Rock Paper Scissors game built with HTML, CSS, and JavaScript. It allows the user to play against the computer and keeps track of the score.
- Play Rock Paper Scissors against the computer.
- Track the user's score and the computer's score.
- Reset the game to play again.
- Choose Rock, Paper, or Scissors by clicking the corresponding button.
- The computer will randomly select its choice.
- The winner is determined based on the rules of Rock Paper Scissors:
- Rock beats Scissors
- Paper beats Rock
- Scissors beats Paper
- The score is updated accordingly.
- Click the "Play Again!" button to reset the game and start over.
https://some1uknow.github.io/rock-paper-scissors/
To run the game locally, follow these steps:
- Clone this repository:
git clone https://github.com/your-username/rock-paper-scissors.git
- Open the
index.html
file in your web browser.