Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Rock Paper Scissors ✊✋✌️

A classic Rock, Paper, Scissors game played against the computer.

Features

  • Choose Rock, Paper, or Scissors with a single click
  • Computer selects a move randomly
  • Live scoreboard tracking wins for you and the computer
  • Displays a result message after each round

Tech Stack

  • HTML5
  • CSS3
  • JavaScript (Vanilla)

How to Run

  1. Clone or download this folder.
  2. Open index.html in your browser.
  3. Click Rock, Paper, or Scissors to play a round against the computer.

File Structure

RockPaperScissor_Game/
├── index.html
├── style.css
└── script.js