This is a simple web-based implementation of the classic Rock Paper Scissors game. The game allows users to play against the computer through a user-friendly interface.
- User can select their choice (Rock, Paper, or Scissors) by clicking on the corresponding button.
- The computer randomly selects its choice.
- The outcome of each round (win, lose, or draw) is displayed on the screen.
- After every 5 rounds, the final result is displayed, indicating whether the user has won, lost, or if it's a draw overall.
- User can play multiple rounds without refreshing the page.
- HTML
- CSS
- JavaScript
- Open the
index.html
file in your web browser. - Click on one of the buttons to select your choice (Rock, Paper, or Scissors).
- The computer will randomly choose its option.
- The result of the round will be displayed on the screen.
- Continue playing until you reach the final result after 5 rounds.