A small Yahtzee type application that is only 30kb! This game was created by SFR, following the Puppy Linux lightweight and functional philosophy.
The game is written in bash using gtkdialog. Therefore, it is possible to port to operating systems other than Linux.
- bash
- gtkdialog >=0.8.3
Copy files under the /usr directory to the respective folder on your system. However, Yahtzeez can be run by just executing the /usr/bin/yahtzeez script.
The homepage is a Puppy Linux forum post by SFR
Yahtzee game rules from Wikipedia
GNU GPL v3 applies (http://www.gnu.org/licenses/gpl.html)
Currently, I do not know if the original developer (SFR) is using revision control, so I have posted my code modifications to this GitHub project. To submit code changes, please open pull requests against the GitHub repository. Patches submitted in issues, email, or elsewhere will likely be ignored. Here's some general guidelines when submitting PRs:
In your pull request, please:
- Describe the changes, why they were necessary, etc
- Describe how the changes affect existing behaviour
- Describe how you tested and validated your changes
- Include any relevant screenshots/evidence demonstrating that the changes work and have been tested