A simple Rock, Paper, Scissors game implemented with HTML, CSS, and JavaScript.
- Play multiple rounds of Rock, Paper, Scissors against the computer.
- Tracks scores and declares the winner after a set number of rounds.
- Modal dialogs display round results and final game outcome.
- Click the "Let's Play" button to start the game.
- Choose your move by clicking on "Rock", "Paper", or "Scissors".
- The game will display the result of each round and update the scores.
- Continue playing until the set number of rounds is completed.
- A modal dialog will show the final winner.
- Total Rounds: 5
- Points to Win a Round: 10
In future I planned to make an online multiplayer options also.