Dice Roll Game
Dice Roll Game is made by using HTML, CSS & JavaScript. It's game of two players. A random dice number is generated by using JavaScript. Players can restart game by clicking "New Game" button.
1st player need to roll the dice. Randomly generated dice numbers keep accumulating untill and unless "1" comes as dice number. Player needs to press "Hold" button to add accumulated dice numbers in his/her score before coming "1" as dice number. After coming "1" as dice number, game keeps toggling in between 2 players. Player who scores "100" number first, wins the game.