Try the game - https://guygojanski.github.io/Dice-Roller/
3D Dice Guessing Game is a browser-based mini game built with Vanilla JavaScript, CSS3, and HTML5. Players choose how many dice to roll, predict the final sum, and compete through a gamified score system.
All dice visuals, including the full 3D cube and its faces, are rendered with pure CSS
- HTML5 for semantic page structure
- CSS3 for styling, Flexbox layout, and 3D transforms
- Vanilla JavaScript (ES6+) for game logic, scoring, animation timing, and interactivity
- canvas-confetti (CDN) for celebration effects
git clone https://github.com/guyGojanski/Dice-Rollercd Dice-Roller- Select number of dice.
- Enter your target sum guess.
- Click Roll & Guess!
- Track wins/losses and continue until match completion.