This is a simple game where two people can play this game every time a user roll a dice a random number from 1 to 6 is generated and a varible is created which will store the value the same user can again roll the same dice, the user can roll the dice till the dice is generating a number from 1 to 6 if the dice generates a zero then zero will be multiplied with the value and then the turn will be of user2 now or when the user collect the accumulated value then the next turn goes to the next player hand. The player whose score reaches 100 first wins the game.
Client: HTML, CSS, Vanilla JavaScript