Rolling the Dice
Built with JavaScript, HTML & CSS
Overview: This was a hands-on project completed as part of an HTML course. The dice game simulates rolling two six-sided dice with random results, demonstrating core JavaScript concepts such as DOM manipulation and event handling alongside HTML and CSS styling.
Math.random() for generating random dice rolls.style.left and style.top properties.Tech Stack: HTML5, JavaScript, CSS, Bootstrap
Source: Local project files using real dice face images.