A simple and interactive Rock Paper Scissors game built using HTML, CSS, and JavaScript. Play against the computer and see who wins each round!
- 🎲 Play against a computer opponent
- ⚡ Instant game results
- 📊 Live score tracking
- 🎨 Responsive and modern UI
- 💻 Built with pure HTML, CSS, and JavaScript
- 🔄 Play unlimited rounds
- HTML5 – Structure
- CSS3 – Styling and layout
- JavaScript (ES6) – Game logic and interactivity
rock-paper-scissors/
│
├── index.html # Main HTML file
├── style.css # Stylesheet
├── script.js # Game logic
└── README.md # Project documentation
- Open the game in your browser.
- Choose one of the following:
- ✊ Rock
- ✋ Paper
- ✌️ Scissors
- The computer will randomly select its choice.
- The winner is determined using the standard rules:
- Rock beats Scissors
- Scissors beats Paper
- Paper beats Rock
- Scores are updated after each round.
- Clone the repository:
git clone https://github.com/your-username/rock-paper-scissors.git- Navigate to the project folder:
cd rock-paper-scissors- Open
index.htmlin your preferred web browser.
No additional dependencies or installations are required.
Add a screenshot of your project here.
assets/screenshot.png
Example:
- Add sound effects
- Dark/Light mode
- Best of 3 / Best of 5 mode
- Game animations
- Difficulty levels
- Multiplayer mode
- Local storage for high scores
Contributions are welcome!
- Fork the repository
- Create a new branch
git checkout -b feature-name- Commit your changes
git commit -m "Add new feature"- Push to your branch
git push origin feature-name- Open a Pull Request
This project is licensed under the MIT License.
Ritesh Jagtap
GitHub: https://github.com/Ritexh5090
⭐ If you like this project, consider giving it a star on GitHub!