Dice game-A basic Dice game using html,css and javascript.
This is a web-based dice game created using HTML, CSS, and JavaScript. The objective of the game is to score as many points as possible by rolling two dice and accumulating points based on the number rolled. The game is designed to be played by two players, with each player taking turns to roll the dice. The game keeps track of the score, and the player with the highest score at the end of the game is declared the winner.
Refresh the page or click on the "play again" button given below to start as well as play again.
In this repository, you'll find all the code and assets needed to play the game. The HTML file contains the structure of the game, the CSS file contains the styling, and the JavaScript file contains the game logic. The game is fully responsive and can be played on both desktop and mobile devices.