Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 914 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 914 Bytes

Features:

  • 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.

How to Play the Game:

  • 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!

Technologies Used in the Game:

  • HTML

  • CSS

  • JavaScript

Access to play:

  • Open the index.html file in your web browser to play the game.

Contributions:

Feel free to fork this repository and submit pull requests for any improvements, suggestions, or bug fixes.