Online Yatzy Dice Game
Play Yatzy (Yahtzee) in your browser. Roll five dice, fill 13 scoring categories, and chase the perfect score. No download or signup needed.
Runs in your browser. No data leaves your device.
Frequently Asked Questions
How do I play Yatzy?
Five dice are rolled using Math.random with held dice preserved between rolls (3 rolls per turn, 13 rounds). Scoring uses frequency-count functions that evaluate each of the 13 categories -- upper section sums matching faces, while lower section checks N-of-a-kind via count arrays, full house via exact 3+2 counts, straights via sorted string comparison, and Yatzy via any count equaling 5. An upper bonus of 35 points triggers at 63+ upper points.
What is Yatzy?
Yatzy is a classic dice game where you roll five dice up to three times per turn, trying to fill 13 scoring categories like three of a kind, full house, straights, and the coveted Yatzy (five of a kind). The goal is to maximize your total score.
Is this the same as Yahtzee?
Yes. Yatzy and Yahtzee follow the same core rules -- roll five dice, pick scoring categories, and try for the highest total. No downloads required.
Can I play on my phone?
Yes. The game is fully responsive and works on phones and tablets with touch controls. No app install needed -- just open it in your browser.