A simple yet fun Rock Paper Scissors game built using HTML, CSS, and JavaScript. Play against the computer and see who wins! The game includes a win counter to track both the player’s and the computer’s victories. It also features a Dark Mode toggle for a better user experience.
- Play against the computer
- Win counter to track player and computer scores
- Toggle switch for Dark Mode
- Interactive UI with smooth animations
- Fully responsive design for desktop and mobile
- Simple, lightweight, and easy to play!
- Select Rock (✊), Paper (✋), or Scissors (✌️).
- The computer randomly selects its choice.
- The winner is determined based on standard game rules:
- Rock beats Scissors
- Scissors beats Paper
- Paper beats Rock
- The win counter updates whenever a player or the computer wins.
- Use the Dark Mode toggle for a more comfortable experience.
- HTML – Game structure
- CSS – Styling and animations
- JavaScript – Game logic and interactions
- Clone this repository
git clone https://github.com/devaanshkathuria/rock-paper-scissors.git