Skip to content

GabDug/Yahtzee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yahtzee Game

Codacy Badge License: MIT

Screenshot

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.

Dice assets are from Kenney.nl (distributed under CC-0).

All code snippets found online should have their author in comments.