A simple Rock Paper Scissors game using HTML, CSS, and JavaScript. Players compete against a computer with random moves, and scores are stored locally.
- Play against the computer.
- Tracks wins, losses, and ties.
- Reset score anytime.
- Click Rock, Paper, or Scissors.
- Computer picks randomly.
- The result is displayed with updated scores.
- Clone the repo:
git clone https://github.com/your-username/rock-paper-scissors.git
- Open
index.htmlto play.