
|
YAHTZEE
If you're looking for the best version of yahtzee ever, you've come to the right place! In our version, you try to get the highest score possible,
which is added to the high score list. Instructions on how to use our program are incuded, but for more detailed rules for yahtzee,
click here.
Downloads
Windows installer: yahtzee_setup.zip [2.93 MB]
Source: yahtzee_source.zip [127 KB]
To run the source code, you will need to download and install Python
and wxPython (both are free, just make sure you install Python before wxPython).
The source code should run properly on Linux and Macintosh, and any other operating systems supported by wxPython.
Updates from v2.2 to v2.2.1:
- Fixed a bug where you got 100 extra points every turn after you got a yahtzee
Updates from v2.1 to v2.2:
- You now get the proper bonus points for scoring 63 or above in the upper section
- You now get the proper bonus for subsequent yahtzees
- Subsequent yahtzees can now be used as jokers in the lower section
Updates from v2.0 to v2.1:
- Hold printed over dice instead of checkboxes
- At the end of the game, you now get a dialog asking if you want to start a new game or not
- Moved help button to menu bar
- New game button
- About button
- Fixed problems where some of the text was getting cut off
- Fixed a bug in the high scores list
- Value boxes are also disabled when clicking a button
- XP themes now work
|