Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 626 Bytes

File metadata and controls

32 lines (22 loc) · 626 Bytes

Rock-Paper-Scissors

A simple Rock-Paper-Scissors game built with JavaScript.

Features

  • Play against the computer
  • Tracks scores for both player and computer
  • Simple and intuitive UI

Getting Started

  1. Clone the repository:
    git clone https://github.com/yourusername/Rock-Paper-Scissors.git
  2. Open index.html in your browser.

How to Play

  • Choose Rock, Paper, or Scissors.
  • The computer will randomly select its move.
  • The winner is determined and the score is updated.

Technologies Used

  • HTML
  • CSS
  • JavaScript

License

This project is licensed under the MIT License.