A classic "Rock Paper Scissors" (renamed to Stone Paper Scissors) web-based game featuring smooth animations, score tracking, and a clean dark-themed UI.
- Interactive UI: Clean, dark mode interface using Poppins typography.
- Animations: Custom "shake" animations to simulate the hand movement before revealing choices.
- Real-time Scoring: Automatically tracks points for both the Player and the Computer.
- Responsive Logic: JavaScript-driven game logic that determines winners and updates image assets dynamically.
- HTML5: Structured the game layout.
- CSS3: Custom animations (@keyframes) and Flexbox for layout.
- JavaScript (Vanilla): DOM manipulation, event listeners, and game logic.
index.html: The main entry point and game structure.style.css: All styling and shaking animations.script.js: Game logic and score management.*.png: Image assets for Stone, Paper, and Scissors for both Player and Computer.
- Open
index.htmlin your browser. - Select one of the three options: Stone, Paper, or Scissors.
- Wait for the "shake" animation to finish.
- The winner of the round will be awarded a point, which is updated in the score tally.
Simply clone the repository and open the index.html file in any modern web browser.
git clone [https://github.com/KSBMR/ston.git](https://github.com/KSBMR/ston.git)