https://github.com/gabdug/yahtzee
JavaFX version of the Yahtzee game. School project.
https://github.com/gabdug/yahtzee
concordia-university efrei java java-8 javafx l3-efrei yahtzee
Last synced: 2 months ago
JSON representation
JavaFX version of the Yahtzee game. School project.
- Host: GitHub
- URL: https://github.com/gabdug/yahtzee
- Owner: GabDug
- License: mit
- Created: 2019-08-28T13:06:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T14:09:01.000Z (almost 6 years ago)
- Last Synced: 2025-07-06T12:44:59.551Z (12 months ago)
- Topics: concordia-university, efrei, java, java-8, javafx, l3-efrei, yahtzee
- Language: Java
- Homepage:
- Size: 201 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Yahtzee Game
[](https://www.codacy.com?utm_source=github.com&utm_medium=referral&utm_content=Dugnychon/Yahtzee&utm_campaign=Badge_Grade) [](https://opensource.org/licenses/MIT)

Concordia assignment for the Java course. Game made using JavaFX.
## Team B, group B
- CHEDID Julien
- DAMASSE Thomas
- DUGNY Gabriel
## Setup
- Java 1.8
- IntelliJ 2019.2 Ultimate
## Code explanation
The test package is used to test some methods to compute scores.
The yahtzee package is the main package. Main is the entrypoint.
The code still needs some refactoring, with even better code separation between game logic and JavaFX logic (controller).
With better separation, code would be clearer and simpler to maintain.
## License
Code is released under the [MIT license](LICENSE.md).
Dice assets are from Kenney.nl (distributed under CC-0).
All code snippets found online should have their author in comments.