A fun and interactive Rock Paper Scissors game built with HTML, CSS, and JavaScript. Play against the computer and test your luck!
- 🎯 Simple Gameplay: Easy-to-understand Rock Paper Scissors rules
- 🎨 Clean UI: Modern and responsive design with emoji visuals
- 📊 Score Tracking: Real-time score display
- 🤖 Computer Opponent: Random computer choices for fair gameplay
- 🔄 Game Reset: One-click game reset functionality
- 📱 Mobile Friendly: Responsive design that works on all devices
-
Choose your move by clicking one of the three buttons:
- ✊ Rock
- 🤚 Paper
- ✌️ Scissors
-
The computer will randomly select its move
-
Game Rules:
- ✊ Rock crushes ✌️ Scissors
- ✌️ Scissors cuts 🤚 Paper
- 🤚 Paper covers ✊ Rock
-
View results showing:
- Your choice vs Computer's choice
- Round result (Win/Lose/Draw)
- Updated score
-
Reset the game anytime using the 🔴 button
- Download the project files
- Open
index.htmlin your web browser - Start playing!
git clone https://github.com/codemistic/Web-Development.git
cd Web-Development/Rock-Paper-Scissors
open index.html