- Interactive UI: Users can easily choose Rock, Paper, or Scissors.
- Real-time feedback: Instantly displays whether you win, lose, or tie after each round.
- Randomized opponent: The computer's choice is fully randomized to ensure fair gameplay.
- Score tracking: Tracks and displays scores for both the user and the computer.
-
Select Rock, Paper, or Scissors by clicking the respective button.
-
The computer will automatically select its move.
-
Results will be displayed showing who won the round and the current score.
-
Keep playing to try to beat the computer's score!
-
HTML
-
CSS
-
JavaScript
- Open the index.html file in your web browser to play the game.
Feel free to fork this repository and submit pull requests for any improvements, suggestions, or bug fixes.