https://github.com/dikshitadas/rock-paper-scissors
A fun and interactive Rock-Paper-Scissors game built using HTML, CSS, and JavaScript.
https://github.com/dikshitadas/rock-paper-scissors
css html jacascript
Last synced: about 1 month ago
JSON representation
A fun and interactive Rock-Paper-Scissors game built using HTML, CSS, and JavaScript.
- Host: GitHub
- URL: https://github.com/dikshitadas/rock-paper-scissors
- Owner: DikshitaDas
- Created: 2025-06-26T07:29:20.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-26T07:43:04.000Z (12 months ago)
- Last Synced: 2025-07-08T07:30:03.836Z (11 months ago)
- Topics: css, html, jacascript
- Language: JavaScript
- Homepage:
- Size: 189 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RockPaperScissors
🎮 Rock Paper Scissors Game
A fun and interactive Rock-Paper-Scissors game built using HTML, CSS, and JavaScript.
---
## 📸 Demo Preview
---
## 🚀 Features
- 🔄 Real-time user vs computer gameplay
- 🎨 Visually appealing design and animations
- 📊 Scoreboard for tracking wins
- 🔁 Game reset and replay option
- ✅ Clear result messages with color cues
---
## 🛠 Tech Stack
- HTML5
- CSS3
- JavaScript (ES6)
---
## 📁 Folder Structure
```
RockPaperScissors/
├── index.html
├── style.css
├── script.js
├── rock.png
├── paper.png
├── scissors.png
├── preview\.gif
└── README.md
````
---
## 🧩 How to Play
1. Clone this repository:
git clone https://github.com/your-username/rock-paper-scissors-game.git
2. Open the `index.html` file in your browser.
3. Click on Rock 🪨, Paper 📄, or Scissors ✂️ to make your move.
4. Watch the result and track your score!
---
## 🧠 Game Logic
* 🪨 Rock beats ✂️ Scissors
* 📄 Paper beats 🪨 Rock
* ✂️ Scissors beats 📄 Paper
* Same choice? It’s a draw!
---
## 📱 Responsive UI
The game is responsive and works well across desktops, tablets, and mobile devices.
---
## 🙋♀️ Author
Made with ❤️ by [Dikshita Das](https://github.com/DikshitaDas)
## 🌟 Show Your Support
If you liked this project, feel free to ⭐ star it and share it with others!
```