A browser-based implementation of the classic Rock Paper Scissors Lizard Spock game, featuring multilingual support, dark/light mode, and local statistics tracking.
- Classic RPSLS gameplay rules
- Three languages: Hungarian, English, German
- Dark and light mode toggle with persistent preference
- Local game statistics saved to browser storage
- Responsive design for desktop and mobile
- Animated loading screen and game transitions
- HTML5
- CSS3 (Flexbox, CSS animations)
- Vanilla JavaScript (ES6 class-based architecture)
RockPaperScissors/
├── index.html
├── style.css
├── app.js
├── media/
│ ├── og.jpg
│ ├── *.png (game assets)
│ └── loader.png
└── reports/
└── code-review.md
- Clone or download the repository
- Open
index.htmlin any modern web browser - No build step or dependencies required
- Use the left/right arrows to select your throw
- Press the check button to start the round
- Watch the computer's choice animate
- View the result and updated statistics
- Chrome (recommended)
- Firefox
- Safari
- Edge
MIT License