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