[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
___________
Have fun &
Greetings!