- It is a 2-player dice game and the player that reaches the score 100 first wins the game.
- If there are 2 sixes at the same time, then the total score of the current player becomes zero.
- If there is 1 on either side of the dice, the current score becomes zero and the chance is returned to other player.
- This game was developed in both ES5 and ES6 Javascript version.
- Html
- CSS
- JS ES5-6