Frontend Developer
A simple dynamic javascript dice game built using Vanilla Js DOM Manipulation. /* GAME RULES: 1. The game has 2 players, playing in rounds. 2. In each turns, a player rolls a dice as many times as he wishes. Each result get added to his round score. 3. If the player rolls a 1, all his round score gets lost. After that, it's the next player's turn. 4. The player can choose to 'Hold', which means that his round score gets added to his global score. After that it's the next player's turn. 5. The first player to reach 100 points on global score to win the game. */