This is a simple and interactive Rock Paper Scissors game built using HTML, CSS, and JavaScript. Players can compete against a computer opponent, and the game keeps track of scores while displaying real-time messages about the results of each round
- User-friendly interface with clickable icons for Rock, Paper, and Scissors.
- Dynamic score tracking for the player and the computer.
- Visual feedback with color-coded messages for wins, losses, and draws.
- Randomized computer moves for an engaging experience.
- Responsive design for better usability.
- Select your move (Rock, Paper, or Scissors) by clicking on the respective icon.
- The computer will randomly choose its move.
- Check the result displayed on the screen and see your score updated.
- HTML: For structuring the game interface.
- CSS: For styling and animations.
- JavaScript: For game logic and interactivity.
Feel free to fork, modify, or improve the code. Contributions are welcome!