A fun and engaging dice game built with React and Vite where players try to get all dice to show the same number.
- Roll the dice by clicking the "Roll" button
- Click on individual dice to "freeze" them at their current value
- Continue rolling the unfrozen dice until all dice show the same number
- Try to achieve this in as few rolls as possible!
- Interactive dice that can be frozen/unfrozen
- Roll counter to track your attempts
- Win condition detection
- Modern, clean UI with smooth animations
- Responsive design that works on all devices
- React
- Vite
- CSS3
- Google Fonts (Inter)
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open http://localhost:5173 in your browser
This project was bootstrapped with Vite and uses React for the frontend. The game logic is implemented using React hooks and modern JavaScript features.
MIT