Page 1 of 1

YahtzeeZ v1.2

Posted: Mon May 27, 2024 12:51 pm
by JakeSFR

[Original thread: https://oldforum.puppylinux.com/viewtop ... 138#950138]

This is my implementation of the classic Yahtzee game.
The general look of the GUI (as well as "Sequence of 3/4" instead of "Small/Large Straight" naming convention) was inspired by OpenYahtzee.

However, note that I didn't implement Yahtzee Joker - there are slightly different variants of this rule out there and I couldn't decide which one's the best, but mainly because I don't really like how it restricts the player.
There's still Yahtzee Bonus, though...

Therefore, you can freely put any subsequent Yahtzee wherever you like and score appropriately (btw, I consider e.g. 33333 to be a valid Full House) + if you have already scored Yahtzee, you'll get 100pts Bonus.
I think it's simpler and clearer this way.
___________

Requirements: Bash, Gtkdialog >= 0.8.3
___________

Changelog

Version 1.2:

  • compatibility with GTK+3 Gtkdialog (entry's width)

  • added average score to High Scores dialog

  • added info about the achived rank in Game Over dialog

  • various fixes and improvements

Version 1.1:

  • added "Undo" option (thanks to peebee)

  • added score hints

Version 1.0:

  • initial release

___________

YahtzeeZ.gif
YahtzeeZ.gif (54.39 KiB) Viewed 146 times

Have fun &
Greetings!