Built with React as a capstone project for the Scrimba front-end developer course. Players roll dice and “freeze” the ones they want to keep, trying to get all ten dice to show the same number in as few rolls as possible.
Highlights
- Interactive gameplay — Click to freeze individual dice between rolls
- React state — Each die tracked independently with held/unheld state
- Win detection — Automatically detects when all dice match and triggers a celebration
- Deployed on Netlify — Live and playable directly in the browser