Project: Interactive Rock Paper Scissors (RPS-HT)
Overview:
A dynamic web-based implementation of the classic Rock Paper Scissors game, featuring a built-in scoring system and a modern UI.
Key Features:
Score Persistence: Integrated Local Storage to save wins, losses, and ties, ensuring user progress is maintained even after page refreshes.
Dynamic UI: Clean and engaging design with responsive elements and visual feedback for every move.
Logic-Driven: Built with Vanilla JavaScript to handle real-time game outcomes and data management.
Tech Stack:
JavaScript (ES6+): For game logic and data persistence.
CSS3: For modern styling and layout responsiveness.
HTML5: For semantic structure.