Skip to content

DevaanshKathuria/Rock-Paper-Scissor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissors Game

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.

Features

  • 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!

How to Play

  1. Select Rock (✊), Paper (✋), or Scissors (✌️).
  2. The computer randomly selects its choice.
  3. The winner is determined based on standard game rules:
    • Rock beats Scissors
    • Scissors beats Paper
    • Paper beats Rock
  4. The win counter updates whenever a player or the computer wins.
  5. Use the Dark Mode toggle for a more comfortable experience.

Technologies Used

  • HTML – Game structure
  • CSS – Styling and animations
  • JavaScript – Game logic and interactions

Installation & Setup

  1. Clone this repository
    git clone https://github.com/devaanshkathuria/rock-paper-scissors.git

Releases

No releases published

Packages

No packages published