Rollin 100 is a simple JavaScript-based game where two players roll dice to accumulate points, aiming to be the first to reach a score of 100.
- JavaScript
- HTML
- CSS
Players take turns rolling a dice. Each roll adds to their current score. If a player rolls a 1, they lose their current score and it becomes the next player's turn. Players can choose to hold, which adds their current score to their total score, and then it's the next player's turn. The first player to reach a score of 100 wins the game.
Live demo here : https://rollin-100.netlify.app/