A simple Rock Paper Scissors game implemented using HTML, CSS, and JavaScript. This project is a browser based game that allows the user to compete against the computer for points.
- Play against the computer in a best of 5 rounds.
- Choose your move by clicking on the Rock, Paper, or Scissors buttons.
- See the result of each rounds as well as a keep track of the scores for the player and the computer.
- When there is a winner, a pop-up is displayed, showing whether you won or lost
- Restart the game by clicking the "Play Again?" button.
- HTML
- CSS
- JavaScript
Live Demo Link: https://bilele123123.github.io/RockPaperScissors/