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.
- 🚀 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
You can play the game here:
Rock Paper Scissors
- Select Rock, Paper, or Scissors by clicking on the respective buttons.
- The computer randomly selects one of the three options.
- The winner is determined based on the standard rules:
- Rock crushes Scissors
- Scissors cuts Paper
- Paper covers Rock
- Your game history and score will be saved using local storage.
- JavaScript for game logic and local storage management
- HTML/CSS for designing the interface
- Local Storage to save player history
Feel free to fork this repository and make improvements. Pull requests are welcome!
If you have any feedback or suggestions, connect with me on LinkedIn or open an issue here.