Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 567 Bytes

File metadata and controls

15 lines (11 loc) · 567 Bytes

Example of Desktop Yahtzee game with GUI made in tkinter.

Screenshot 2021-03-02 at 23 30 40

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.