/dice-game

A simple JavaScript Dice Game where two random dice roll on refresh, determining the winner or a draw.

Primary LanguageHTML

🎲 Dice Game

A fun and simple Dice Game that generates a random number for each die whenever the page is refreshed. Great for practicing basic JavaScript logic, DOM manipulation, and randomness. Perfect as a mini-project to display in your Front-End Development portfolio.

🚀 Live Demo

🌐 https://devanand.is-a.dev/dice-game/

🔧 Features:

  • Random dice face generation on every reload
  • Winner/Draw announcement depending on result
  • Clean and simple UI
  • Beginner friendly JavaScript logic

🛠️ Technologies Used:

  • HTML
  • CSS
  • JavaScript