diff --git a/Rock-Paper-Scissors-Game/README.md b/Rock-Paper-Scissors-Game/README.md new file mode 100644 index 00000000..70e2f7ba --- /dev/null +++ b/Rock-Paper-Scissors-Game/README.md @@ -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](#) + +## ✨ 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 \ No newline at end of file diff --git a/Rock-Paper-Scissors-Game/Readme.md.txt b/Rock-Paper-Scissors-Game/Readme.md.txt deleted file mode 100644 index 539b3907..00000000 --- a/Rock-Paper-Scissors-Game/Readme.md.txt +++ /dev/null @@ -1,7 +0,0 @@ -# Rock Paper Scissor Game - -## Tech Stack - -- HTML -- CSS -- JavaScript \ No newline at end of file