This is a simple Rock-Paper-Scissors game built using HTML, CSS, and JavaScript. The game allows users to play against the computer, making it a fun way to practice basic programming concepts and web development skills.
- User can choose Rock, Paper, or Scissors.
- The computer randomly selects its choice.
- Displays the winner of each round.
- Keeps track of the score.
- HTML
- CSS
- JavaScript
- Open the
Rock-Paper-Scissors.htmlfile in a web browser. - Click on Rock, Paper, or Scissors to make your choice.
- The computer will display its choice and the result of the round.
- Clone this repository:
git clone https://github.com/Aashutosh31/rock-paper-scissors.git