A simple Rock-Paper-Scissors game built with JavaScript.
- Play against the computer
- Tracks scores for both player and computer
- Simple and intuitive UI
- Clone the repository:
git clone https://github.com/yourusername/Rock-Paper-Scissors.git
- Open
index.htmlin your browser.
- Choose Rock, Paper, or Scissors.
- The computer will randomly select its move.
- The winner is determined and the score is updated.
- HTML
- CSS
- JavaScript
This project is licensed under the MIT License.