A simple browser-based Rock Paper Scissors game where the user plays against the computer.
The computer generates random moves and the game tracks scores until a winner is decided.
- User vs Computer gameplay
- Random computer choice logic
- Score tracking system
- Winner announcement after set rounds
- Reset / Play Again option
- HTML
- CSS
- JavaScript
- User selects Rock, Paper, or Scissors
- Computer generates a random choice
- Choices are compared using conditional logic
- Scores update after each round
- First to reach the score limit wins
- JavaScript conditionals and functions
- Random number generation
- DOM manipulation and event listeners
- Managing game state and score variables
- Clone the repository
- Open
index.htmlin a browser
- Best-of-5 / Best-of-10 mode
- Animations and sound effects
- Mobile responsive layout
- Multiplayer option