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.htmlin 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-scissorsrock-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!