{"id":17010493,"url":"https://github.com/raharrison/yahtzee","last_synced_at":"2026-05-05T06:33:37.392Z","repository":{"id":6735335,"uuid":"7981401","full_name":"raharrison/Yahtzee","owner":"raharrison","description":"Java Yahtzee Game using Swing","archived":false,"fork":false,"pushed_at":"2015-09-26T14:38:53.000Z","size":156,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-27T12:46:40.868Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raharrison.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-02-02T20:30:37.000Z","updated_at":"2020-12-10T03:42:29.000Z","dependencies_parsed_at":"2022-08-24T18:01:20.252Z","dependency_job_id":null,"html_url":"https://github.com/raharrison/Yahtzee","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raharrison%2FYahtzee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raharrison%2FYahtzee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raharrison%2FYahtzee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raharrison%2FYahtzee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raharrison","download_url":"https://codeload.github.com/raharrison/Yahtzee/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244959458,"owners_count":20538629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T06:04:39.778Z","updated_at":"2026-05-05T06:33:37.388Z","avatar_url":"https://github.com/raharrison.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yahtzee\n\nA Java Swing implementation of the classic dice game.\n\n![Yahtzee screenshot](screenshots/yahtzee.png)\n\n## How to Play\n\nRoll five dice up to three times per turn, holding any dice you want to keep between rolls.\nAfter rolling, click a scoring category to lock in your score. The game ends after all 13 categories are filled.\n\nClick **Rules** in the game window for a full breakdown of scoring categories and joker rules.\n\n## Packaging (Jlink/JPackage)\n\nAmazing UX aside, the main purpose of this project is to experiment with various ways to package and distribute a simple Java\nSwing app.\n\nSpecific details and instructions can be found in [PACKAGING.md](./PACKAGING.md) (Fat Jar, jlink/jpackage installers and images\netc).\n\n## Build and Run\n\nBuild and test:\n\n```bash\n./gradlew build\n```\n\nRun the app:\n\n```bash\n./gradlew run\n```\n\n## Distributable JAR\n\nBuild a single executable fat JAR:\n\n```bash\n./gradlew shadowJar\n```\n\nOutput: `build/libs/yahtzee-1.0.0-SNAPSHOT-all.jar`\n\nRun it:\n\n```bash\njava -jar build/libs/yahtzee-1.0.0-SNAPSHOT-all.jar\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraharrison%2Fyahtzee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraharrison%2Fyahtzee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraharrison%2Fyahtzee/lists"}