https://github.com/tonystark-19/rock-paper-scissors
A fun and simple implementation of the classic Rock Paper Scissors game, built using HTML, CSS, and JavaScript. This project allows users to play against the computer in a quick, interactive browser game. The game is now fully responsive and adapts to different screen sizes, providing a seamless experience across devices.
https://github.com/tonystark-19/rock-paper-scissors
css3 game html5 javascript javascript-game
Last synced: 2 months ago
JSON representation
A fun and simple implementation of the classic Rock Paper Scissors game, built using HTML, CSS, and JavaScript. This project allows users to play against the computer in a quick, interactive browser game. The game is now fully responsive and adapts to different screen sizes, providing a seamless experience across devices.
- Host: GitHub
- URL: https://github.com/tonystark-19/rock-paper-scissors
- Owner: TonyStark-19
- Created: 2024-09-14T15:52:42.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-19T17:05:59.000Z (2 months ago)
- Last Synced: 2025-03-19T18:24:00.623Z (2 months ago)
- Topics: css3, game, html5, javascript, javascript-game
- Language: CSS
- Homepage: https://tonystark-19.github.io/Rock-paper-scissors/
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎮 Rock Paper Scissors Game
A fun and simple implementation of the classic Rock Paper Scissors game, built using HTML, CSS, and JavaScript. This project allows users to play against the computer in a quick, interactive browser game. The game is now fully responsive and adapts to different screen sizes, providing a seamless experience across devices.
---
## 🌟 Live Demo
The project is live and can be played here: [Rock Paper Scissors Game](https://tonystark-19.github.io/Rock-paper-scissors/)
---
## 📸 Screenshot

---
## 📖 Table of Contents
- [Features](#features)
- [Technologies Used](#technologies-used)
- [How to Play](#how-to-play)---
## ✨ Features
- Play against the computer.
- Fully responsive design that adapts to all screen sizes.
- Displays the result of each round: win, lose, or tie.
- Keeps track of scores for the player and computer.
- User-friendly interface and animations for a better experience.---
## 💻 Technologies Used
- **HTML5** for structuring the content.
- **CSS3** for styling the game and ensuring responsiveness.
- **JavaScript** for handling game logic and interaction.---
## 🎮 How to Play
1. Visit the Game [here](https://tonystark-19.github.io/Rock-paper-scissors/).
2. Choose one of the options: **Rock**, **Paper**, or **Scissors**.
3. The computer will randomly choose one as well.
4. The result of the match will be displayed:
- **Rock beats Scissors**
- **Scissors beat Paper**
- **Paper beats Rock**
5. The score is updated after each round.
6. Play as many rounds as you'd like.