An open API service indexing awesome lists of open source software.

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.

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


Game 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!

```