This is a simple Rock Paper Scissors game implemented in HTML, CSS, and JavaScript. Players can choose their move against a computer opponent, and the results are displayed in real-time, including the score for both the player and the computer.
- Players can choose between Rock, Paper, or Scissors.
- The computer randomly selects its move.
- Scores are tracked for the player and the computer.
- The game announces the winner of each round.
- A reset button allows players to start over.
- HTML5
- CSS3
- JavaScript
You only need a web browser to run this game. No special setup is required.