KidsGame
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data β all from the browser, and deployed in milliseconds.
index.ts
https://izake_aa--4ed9d0ca3d5d11f084a776b3cceeab13.web.val.run
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