This is a simple web-based dice game where two players compete to get the highest dice roll. The game takes the input of names for User 1 and User 2, rolls the dice for each player, and declares the winner based on the highest roll.
- User-friendly interface to enter player names
- Random dice roll for each player
- Display of player names and dice rolls
- Declaration of the winner based on the highest roll
- HTML
- CSS
- JavaScript
- Enter the names of User 1 and User 2 in the provided input fields.
- Click the "Start Game" button to roll the dice for each player.
- The game will display the names of the players and their dice rolls.
- The winner will be declared based on the highest roll.