A fun Rock Paper Scissors game built using HTML, CSS, and JavaScript. Click on an option and play against the computer!
https://hitendrapatel17.github.io/Rock-Paper-Scissors/
rock-paper-scissors/ ├── index.html ├── style.css ├── script.js ├── images/ │ ├── stone.jpg │ ├── paper.jpg │ └── scissors.jpg