This is a simple Rock Paper Scissors game implemented in JavaScript. The game allows users to play against the computer, keeping track of scores and displaying the outcome of each round.
- User can choose between Rock, Paper, or Scissors.
- The computer randomly selects its choice.
- The game determines the winner based on the classic rules:
- Rock beats Scissors
- Scissors beats Paper
- Paper beats Rock
- Scores are updated and displayed after each round.
- Messages indicate whether the user won, lost, or if the game was a draw.
- HTML
- CSS
- JavaScript
- Click on one of the choices: Rock, Paper, or Scissors.
- The computer will make its choice.
- The result will be displayed, along with the updated scores.
- Play multiple rounds to see who scores the most!
To run this game locally, follow these steps:
- Clone the repository: git clone https://github.com/priyakinha/Rock-Paper-Scissor-Game-Project.git
- Navigate to the project directory: cd Rock-Paper-Scissor-Game-Project
- Open rock.html in your web browser.