A fun and interactive Rock Paper Scissors game built using HTML, CSS, and Vanilla JavaScript. Test your luck against the computer and keep track of your score!
- Player vs Computer gameplay
- Random computer move generation
- Live score tracking
- Hover effect on choices
- Responsive design for mobile and desktop
- Clear game messages: win, lose, or draw
- Clone the repository
- Open
index.html
in your browser. - Click on rock, paper, or scissors to play your move.
- See the result instantly and track your score!
# Clone the repo
git clone https://github.com/Khushi256/rock-paper-scissors.git
cd rock-paper-scissors
rock-paper-scissors/
├── index.html # Main HTML file
├── style.css # CSS styling
├── script.js # Game logic in JavaScript
├── rock.png # Image for Rock
├── paper.png # Image for Paper
├── scissors.png # Image for Scissors
└── README.md # Project description
- Add sound effects and animations 🎵
- Add reset or restart button 🔄
- Add user vs user mode 👥
- Add dark/light theme toggle 🌗
This project is licensed under the MIT License. Feel free to use, modify, and share!