A minimalist Yahtzee game built in a single HTML file.
- Human vs. AI opponent
- Local 2-player mode (same device)
- Classic Yahtzee rules with scorecard auto-calculation
- Up to 3 re-rolls per turn with selective dice holds
- Optional sound effects (roll / score / new game)
- Settings saved in Local Storage (sound, last mode, etc.)
- Fully offline and mobile-friendly
- Single-file HTML – easy to share or modify
- Clean, dependency-free vanilla JavaScript
This project is licensed under the GNU General Public License v3.0 (GPL-3.0).
You are free to use, modify, and distribute this project under the terms of that license.
Just open index.html in your browser — no installation needed.
Or play at: https://99fk.github.io/yahtzee-html
Made with ☕ and a little help from ChatGPT (OpenAI).