Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 801 Bytes

File metadata and controls

25 lines (20 loc) · 801 Bytes

Rock-Paper-Scissors Game

Overview

This is a simple Rock-Paper-Scissors game built using HTML, CSS, and JavaScript. The game allows users to play against the computer, making it a fun way to practice basic programming concepts and web development skills.

Features

  • User can choose Rock, Paper, or Scissors.
  • The computer randomly selects its choice.
  • Displays the winner of each round.
  • Keeps track of the score.

Technologies Used

  • HTML
  • CSS
  • JavaScript

How to Play

  1. Open the Rock-Paper-Scissors.html file in a web browser.
  2. Click on Rock, Paper, or Scissors to make your choice.
  3. The computer will display its choice and the result of the round.

Installation

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