A Dice game with two players based on HTML, CSS and JavaScript Rules:
- Any player can take the first turn.
- When a player takes a turn, they start the game by clicking RollDice button.
- They can keep playing until dice rolls '1'
- When dice rolls '1', comtrol is shifted to other player.
- At any point in the game or in the middle, players can restart the game by clicking 'new game ?' button.