Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 1.4 KB

File metadata and controls

48 lines (25 loc) · 1.4 KB

Rock Paper Scissors Game 🎮

A browser-based Rock-Paper-Scissors game built with HTML, CSS, and JavaScript. Click on Rock, Paper, or Scissor to challenge the computer. The computer randomly picks its own move, and both scores are updated after every round.

🕹️ Game Features

Interactive Gameplay – Clickable images (Rock, Paper, Scissor) to make your move.

Random Computer Choice – Computer selects a move at random each round.

Dynamic Scoreboard – Both player and computer scores update instantly.

Draw Handling – In a draw, both player and computer receive a point.

Simple UI – Minimal and clean layout for quick play.

💻 Tech Stack

HTML5 – Structure and elements of the game.

CSS3 – Basic styling for layout and images.

Vanilla JavaScript – Core game logic and event handling.

🚀 How to Play

Clone or download the project.

Open index.html in your browser.

Click on any of the Rock, Paper, or Scissor images to play.

Your choice and the computer’s choice will be displayed along with updated scores.

Win: +1 point to the winner.

Draw: +1 point to both player and computer.

🔮 Future Enhancements

Add sounds or animations for each round.

Include a reset button to start a new game.

Improve styling for a more engaging user experience.

Screenshot (376)