Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added
  • Loading branch information
thekrabhishek authored Sep 17, 2024
1 parent d31e5e0 commit 46ecfd5
Showing 1 changed file with 39 additions and 2 deletions.
41 changes: 39 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,39 @@
# Rock_Paper_Scissors
game
# Rock Paper Scissors Game ๐ŸŽฎ

Welcome to my interactive **Rock Paper Scissors** game! This is a web-based project built using **JavaScript**, **HTML**, and **CSS**. The game includes features like local storage for saving game history, DOM manipulation for a dynamic interface, and structured game logic using objects and functions.

## Features ๐ŸŒŸ
- ๐Ÿš€ **JavaScript Objects and Functions** for managing the game logic
- ๐ŸŽฏ **DOM Manipulation** to handle user interactions in real-time
- ๐Ÿ—‚๏ธ **JSON** for structured data management
- ๐Ÿ› ๏ธ **Local Storage** to save the game history and scores

## Live Project ๐ŸŽฎ
You can play the game here:
[Rock Paper Scissors](https://thekrabhishek.github.io/Rock_Paper_Scissors/)

## Game Demo ๐ŸŽฅ

![rock paper scissor](https://github.com/user-attachments/assets/c1ffa310-94f4-4673-8df9-866e45bf51a9)

## How to Play ๐Ÿ•น๏ธ
1. Select **Rock**, **Paper**, or **Scissors** by clicking on the respective buttons.
2. The computer randomly selects one of the three options.
3. The winner is determined based on the standard rules:
- Rock crushes Scissors
- Scissors cuts Paper
- Paper covers Rock
4. Your game history and score will be saved using local storage.

## Technologies Used ๐Ÿ’ป
- **JavaScript** for game logic and local storage management
- **HTML/CSS** for designing the interface
- **Local Storage** to save player history

## Contribution ๐Ÿค
Feel free to fork this repository and make improvements. Pull requests are welcome!

## Contact
If you have any feedback or suggestions, connect with me on LinkedIn or open an issue here.

---

0 comments on commit 46ecfd5

Please sign in to comment.