Example of Desktop Yahtzee game with GUI made in tkinter.
Elements:
- Yahtzee sheet
- dices
- roll button
Click on the dice to keep it, then click 'roll dice' to roll the rest. You have 3 rolls in one hand. Click on the field in the sheet to write the result.
App has a result counter, when you click on a field in the sheet it checks if your result matches the field, counts it, and writes it.
