A fun and colorful dice game designed for children! Roll the dice, collect points, and try to beat your high score.
- š² Interactive dice rolling with animations
- š Colorful, kid-friendly design
- š Score tracking and high score system
- šÆ Simple gameplay perfect for children
- š± Responsive design that works on all devices
- Click the "Roll Dice!" button to roll two dice
- Your score increases based on the dice values:
- Regular roll: Add both dice values to your score
- Double (same number on both dice): Score doubles!
- Snake Eyes (two 1s): Lose 5 points
- Try to beat your high score!
- Use "Reset Game" to start over
āāā frontend/
ā āāā index.html # Main game interface
ā āāā style.css # Game styling
ā āāā script.js # Game logic
āāā README.md # This file
- HTML5 for structure
- CSS3 for styling and animations
- Vanilla JavaScript for game logic
- TailwindCSS for responsive design