This project is a simple web application that presents the classic rock-paper-scissors game. It has been developed using HTML, CSS, and JavaScript.
Features Users can select the options of rock, paper, or scissors. The computer makes a random selection. The winner is determined based on the selection outcomes. Win, lose, and tie scenarios are tracked and scored. An auto-play mode performs automatic selections at defined intervals. Scores are stored in browser local storage to persist even when the page is refreshed. Buttons are provided to reset scores and toggle the auto-play functionality. Usage Open the HTML file in your browser to start the game. Click on either the "Rock," "Paper," or "Scissors" buttons to make your choice. Wait for the computer's random selection and see the outcome. Keep track of your scores based on win, lose, and tie situations. Click the "Auto Play" button to enable or disable auto-play mode. You can reset scores using the "Reset Scores" button. This project aims to provide an interactive gaming experience using fundamental web technologies.