{"id":21754439,"url":"https://github.com/ab20zip/dicemaster","last_synced_at":"2026-05-14T21:34:25.987Z","repository":{"id":247051333,"uuid":"823467992","full_name":"Ab20zip/dicemaster","owner":"Ab20zip","description":"DiceMaster is a sophisticated and visually appealing dice rolling application which offers a smooth animation and utilizes a complex algorithm to ensure completely unbiased dice rolls. ","archived":false,"fork":false,"pushed_at":"2026-05-07T21:00:32.000Z","size":404,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-07T22:34:38.911Z","etag":null,"topics":["dice-roller","java-fx","kotlin"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ab20zip.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-03T05:15:40.000Z","updated_at":"2026-05-07T20:58:39.000Z","dependencies_parsed_at":"2024-08-26T23:31:03.235Z","dependency_job_id":"a9891746-8f3c-4588-b0db-a321f3b20173","html_url":"https://github.com/Ab20zip/dicemaster","commit_stats":null,"previous_names":["ab20zip/dicemaster"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Ab20zip/dicemaster","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ab20zip%2Fdicemaster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ab20zip%2Fdicemaster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ab20zip%2Fdicemaster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ab20zip%2Fdicemaster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ab20zip","download_url":"https://codeload.github.com/Ab20zip/dicemaster/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ab20zip%2Fdicemaster/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33044180,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["dice-roller","java-fx","kotlin"],"created_at":"2024-11-26T09:13:59.445Z","updated_at":"2026-05-14T21:34:25.964Z","avatar_url":"https://github.com/Ab20zip.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dicemaster\n\nDicemaster is a sophisticated and visually appealing dice rolling application built with Kotlin and JavaFX. It offers a\nsmooth animation and utilizes a complex algorithm to ensure completely unbiased dice rolls.\n\n## Features\n\n- **Unbiased Dice Rolls**: Uses the Mersenne Twister algorithm for random number generation, ensuring true randomness.\n- **Smooth Animation**: Provides a visually pleasing rolling animation before displaying the final result.\n- **User-Friendly Interface**: Simple and intuitive design, making it easy for users of all ages to enjoy.\n- **Cross-Platform**: Works seamlessly on Windows, macOS, and Linux.\n\n## Getting Started\n\n### Prerequisites\n\n- JDK 17\n- Gradle 8.8\n\n### Installation\n\n1. **Clone the repository:**\n\n```sh\ngit clone https://github.com/Ab20zip/dicemaster.git\ncd dicemaster\n```\n\n2. **Build the project:**\n\n```sh\n./gradlew build\n```\n\n3. **Run the application:**\n\n```sh\n./gradlew run\n```\n\n## Screenshot\n\n![Dicemaster Screenshot](https://raw.githubusercontent.com/Ab20zip/dicemaster/main/screenshots/dicemaster.png)\n\n## Project Structure\n\n```\nDicemaster\n├── src\n│   ├── main\n│   │   ├── kotlin\n│   │   │   └── com\n│   │   │       └── altiran\n│   │   │           └── dicemaster\n│   │   │               └── DicemasterApp.kt\n│   │   └── resources\n│   │       └── dice1.png\n│   │       └── dice2.png\n│   │       └── dice3.png\n│   │       └── dice4.png\n│   │       └── dice5.png\n│   │       └── dice6.png\n│   └── test\n│       └── kotlin\n│           └── com\n│               └── altiran\n│                   └── dicemaster\n│                       └── DiceRollTest.kt\n├── build.gradle.kts\n├── README.md\n└── LICENSE.md\n```\n\n## Detailed Description\n\n### Dice Rolling Algorithm\n\nDicemaster uses the Mersenne Twister algorithm, which is renowned for its high-quality random number generation. This\nensures that each dice roll is completely unbiased, providing a fair experience for all users.\n\n### Animation\n\nThe dice rolling animation lasts for 1 second, during which the dice images cycle rapidly, mimicking the experience of a\nreal dice roll. This not only adds a layer of excitement but also enhances the overall user experience.\n\n### User Interface\n\nThe interface consists of:\n\n1. **Dice ImageView**: Displays the current face of the dice.\n\n2. **Roll Button**: When clicked, initiates the dice roll animation and updates the dice face to a random number between\n   1 and 6.\n\n## Contributing\n\nContributions are welcome! Please fork the repository and submit a pull request for any improvements or bug fixes.\n\n## License\n\nThis project, \"Dicemaster\" is licensed under the MIT License.\nSee [LICENSE.md](https://raw.githubusercontent.com/Ab20zip/dicemaster/main/LICENSE.md) for details.\n\n### Dice Images License\n\nThe six dice images used in this project are owned by Delapouite and are licensed under the Creative Commons Attribution\n3.0 Unported License (CC BY 3.0).\n\n- Dice images sourced\n  from: [Delapouite on Game-icons.net](https://game-icons.net/1x1/delapouite/dice-six-faces-one.html).\n\n#### Attribution\n\n- Dice images by [Delapouite](https://game-icons.net/1x1/delapouite.html)\n- License: [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)\n\n---\n\nEnjoy using Dicemaster for your gaming sessions or random number generation needs! 🎲\n\n\u003c!-- MADE WITH ❤️ BY Ab20zip --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fab20zip%2Fdicemaster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fab20zip%2Fdicemaster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fab20zip%2Fdicemaster/lists"}