This is a simple, web-based dice rolling game developed using HTML, CSS, and JavaScript. It allows users to roll a virtual dice, displaying random outcomes each time the dice is "rolled." The project was created while learning JavaScript and exploring DOM manipulation and event handling.
- Random dice rolls generating numbers between 1 and 6
- Dynamic and interactive UI using JavaScript
- Minimalistic design with CSS for a clean user interface
- Easy to expand for future development (e.g., adding more players, scoring system)
- Click the "Roll" button to roll the dice.
- The game generates a random number between 1 and 6.
- The corresponding dice face is displayed on the screen.
- HTML: Structure of the webpage
- CSS: Styling for the page elements
- JavaScript: Core logic for dice rolling and DOM manipulation
- Clone the repository:
git clone https://github.com/your-username/dice-rolling-game.git
- Open the
index.html
file in your browser to start playing the game.
Alternatively, you can play the game directly here. https://mayborg121.github.io/dicer/
- Add a scoring system
- Implement multiplayer mode
- Improve UI/UX with animations
Have Fun Playing...!