Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 706 Bytes

File metadata and controls

34 lines (18 loc) · 706 Bytes

Rock-Paper-Scissors-Game

Description

This is a simple Rock Paper Scissors game implemented using HTML, CSS, and JavaScript. Users can select Rock, Paper, or Scissors, and the computer will randomly generate a choice to determine the winner.

Features

Interactive UI with clickable choices

Score tracking for user and computer

Responsive design

Real-time game results with dynamic messages

How to Play

Open the index.html file in a web browser.

Click on one of the choices: Rock, Paper, or Scissors.

The computer will make a random choice.

The result will be displayed, indicating whether you won, lost, or tied.

The score will be updated accordingly.

Technologies Used

HTML

CSS

JavaScript