A simple web-based dice game built using HTML, CSS, and JavaScript. The game allows users to roll two dice and display the results on the screen. The goal is to showcase the usage of basic web technologies to create interactive web applications.
Dice Game is a fun and interactive game where the user can click a button to roll two dice. The result of each dice roll is displayed on the webpage, giving the player a visual experience. It is built using HTML, CSS, and JavaScript for a fully functional and engaging user experience.
-
Clone the repository:
git clone https://github.com/Ameykadwe19/Dice-Game.git cd Dice-Game
-
Open the
index.html
file in your browser to play the game.
This project was created by Amey Kadwe to practice the fundamentals of front-end development, including HTML, CSS, and JavaScript. The project helps showcase how to make a simple interactive game using just these technologies.
- HTML β Used to structure the game page.
- CSS β For styling the page and making it visually appealing.
- JavaScript β For handling the logic of the dice roll and user interaction.
To play the game, simply open the index.html
file in any web browser. Click the "Roll Dice" button to roll two dice, and see the results displayed immediately on the screen.