A simple Rock Paper Scissors game built using HTML, CSS, and JavaScript. This is a user vs computer game where the computer generates its choice randomly, and the user selects their choice to compete.
- Interactive UI with clean design.
- User can select Rock, Paper, or Scissors.
- Computer makes a random choice.
- Displays the result instantly (Win, Lose, or Draw).
- Keeps track of scores.
- HTML โ Structure of the game
- CSS โ Styling and layout
- JavaScript โ Game logic and interactivity
- Select Rock, Paper, or Scissors by clicking the respective button.
- The computer will randomly choose its move.
- Results will be shown on the screen.
- Continue playing to test your luck and strategy!
๐ Play the Game Here