A simple Rock Paper Scissors game that you play against the computer, where the user is prompted to enter their choice and with the chocie that the computer put, it will decide who is the winner.
- Live Link: https://parvv04.github.io/RockPaperScissors/
- Screenshots:

- HTML
- JavaScript
-
Basics of JavaScript
-
How DOM works
-
How to work with inputs from HTML
1. git clone https://github.com/Parvv04/RockPaperScissors 2. cd RockPaperScissors 3. Open the `index.html` file in your web browser to view the website.
│── index.html # Main page └── styles.css # Styling for the page
- Improve UI
- Keep user history for each session