✊✋✌️ Rock Paper Scissors Game
Description
Build a classic Rock Paper Scissors game where you play against the computer. Choose your move and see who wins!
Features
- User can select Rock, Paper, or Scissors
- Computer randomly selects its move
- Shows the winner of each round
- Keeps track of the score
Concepts Practiced
- Random number generation
- Conditional statements
- Event listeners
- DOM manipulation
Bonus Challenge
Add animations and sound effects to make the game more interactive.