This is a simple and interactive Rock Paper Scissors game built using HTML, CSS, and JavaScript.
- User vs CPU gameplay: The game puts you against the computer in an epic match of Rock Paper Scissors.
- Score tracking: Keep track of your wins and losses with a simple and intuitive score tracking system.
- Buttons: Click on the 'Reset' button to reset the scores, and 'Rules' button to view the game rules.
- Responsive: This Game is responsive and can be played on a variety of devices, including smartphones, tablets, and computers.
- Theme Toggle: For user preference, a dark mode toggle switch is included to switch between a light and dark theme.
- Click on the 'Rock', 'Paper', or 'Scissors' button to make your move.
- The computer makes its move.
- The game uses standard Rock Paper Scissors rules to determine the winner.
- The score is updated based on the result of the game.
- Clone this repository:
git clone https://github.com/rohanvron/Rock-Paper-Scissors.git - Open the
index.htmlfile in your web browser.
- HTML
- CSS
- JavaScript
This project is licensed under the MIT License. See the LICENSE file for more details.
Check Out the DEMO