Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions Rock-Paper-Scissors-Game/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# 🪨 📄 ✂️ Rock Paper Scissors Game

A fun and interactive Rock Paper Scissors game built with HTML, CSS, and JavaScript. Play against the computer and test your luck!

![Game Preview](https://img.shields.io/badge/Status-Live-brightgreen) ![License](https://img.shields.io/badge/License-MIT-blue)

## 🎮 Live Demo

[Play the Game Here](#) <!-- Add your live demo link if available -->

## ✨ Features

- **🎯 Simple Gameplay**: Easy-to-understand Rock Paper Scissors rules
- **🎨 Clean UI**: Modern and responsive design with emoji visuals
- **📊 Score Tracking**: Real-time score display
- **🤖 Computer Opponent**: Random computer choices for fair gameplay
- **🔄 Game Reset**: One-click game reset functionality
- **📱 Mobile Friendly**: Responsive design that works on all devices

## 🚀 How to Play

1. **Choose your move** by clicking one of the three buttons:
- ✊ Rock
- 🤚 Paper
- ✌️ Scissors

2. **The computer** will randomly select its move

3. **Game Rules**:
- ✊ Rock crushes ✌️ Scissors
- ✌️ Scissors cuts 🤚 Paper
- 🤚 Paper covers ✊ Rock

4. **View results** showing:
- Your choice vs Computer's choice
- Round result (Win/Lose/Draw)
- Updated score

5. **Reset the game** anytime using the 🔴 button

## 🛠️ Installation

### Method 1: Direct Download
1. Download the project files
2. Open `index.html` in your web browser
3. Start playing!

### Method 2: Clone Repository
```bash
git clone https://github.com/codemistic/Web-Development.git
cd Web-Development/Rock-Paper-Scissors
open index.html
7 changes: 0 additions & 7 deletions Rock-Paper-Scissors-Game/Readme.md.txt

This file was deleted.