A simple two-player JavaScript dice game.
- If a player rolls a 1, they instantly lose that round.
- Otherwise, both players’ rolls are added up; the higher total wins.
- Ties are possible when the totals match.
- Two-player dice roll
- Instant loss on rolling 1
- Highest total wins (otherwise)
- Lightweight: HTML, CSS, JavaScript only
- Click Roll Dice to generate two random dice results.
- If any roll is 1, that player loses immediately.
- If no one rolled a 1, compare totals — higher total wins.
- Click again to start a new round.
