- Interactive Rock-Paper-Scissors game between player and computer
- Dynamically tracks and updates scores in real-time
- Randomized computer moves for varied gameplay
- Clear visual feedback for wins, losses, and ties with descriptive messages
- Intuitive user interface with responsive layout
- HTML for structure and content layout
- CSS for styling, responsive design, and hover effects
- JavaScript for game logic, event handling, and DOM manipulation
- Choose Rock, Paper, or Scissors by clicking the corresponding icon
- The computer will make a random move in response
- The result is shown instantly along with updated scores
- The message box highlights win/loss/tie feedback for each round
- Keep playing until you want to refresh or end the game
To run the project locally:
git clone https://github.com/TharunGit220/Rock-Paper-Scissors