A simple browser-based Rock, Paper, Scissors game built using HTML5, CSS3, and JavaScript.
This was my beginner project when I started learning web development, aimed at practicing basic front-end skills while making a fun and interactive application.
The game allows the user to play Rock, Paper, Scissors against the computer with a simple and intuitive interface.
- User selects Rock, Paper, or Scissors
- Computer randomly selects its move
- Winner is displayed instantly with a score counter
This project helped me understand:
- HTML structure and semantics
- CSS styling and layouts
- JavaScript DOM manipulation and event handling
- Interactive gameplay with real-time results
- Score tracking for multiple rounds
- Responsive design for desktop and mobile
- Simple and clean UI for beginners
- Clone the repository:
git clone https://github.com/YOUR_USERNAME/RockPaperScissors.git