A simple and interactive Stone Paper Scissors game built using HTML, CSS, and JavaScript. This project demonstrates basic DOM manipulation, event handling, and conditional logic to create a fun browser-based game experience.
- Interactive Gameplay: Users can choose between Stone, Paper, or Scissors and play against the computer.
- Dynamic Results: The result (Win, Lose, or Draw) is displayed instantly after each round.
- Score Tracking: Keeps track of both player and computer scores throughout the session.
- Responsive Design: Works smoothly on desktop as well as mobile devices.
- Clean UI: Simple, intuitive, and visually appealing layout for easy interaction.
HTML: Structure and layout of the game interface. CSS: Styling and responsive design for a better user experience. JavaScript: Handles game logic, random computer choices, and DOM updates.
- Sound Effects: Add audio feedback for each round (win, lose, draw).
- Animated Transitions: Implement animations for moves and results.
- Multiplayer Mode: Allow two players to play on the same device.
- Reset Button: Include a button to reset the game score easily.
- Improved UI: Add modern design elements and animations using CSS or GSAP.
- Choose Stone, Paper, or Scissors by clicking the respective button.
- The computer will make its random choice.
- The result will appear on the screen — showing whether you won, lost, or it was a draw.
- Your and the computer’s scores will update automatically.