Skip to content

An implementation of the logic for the Klondike game

Notifications You must be signed in to change notification settings

jdromeiro/KlondikeProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KlondikeProject

Development of the logic for the Klondike game (project done for the OOP course at ULg).

alt text

Project statement

The description of the requirements for the project can be found here.

Grade obtained

17/20

Feedback from reviewers

Very good project overall, with a good application of the OO concepts seen in course and exercise sessions. A few points were lost mostly for details. For instance, the code can be sometimes simplified (Deck class, arrays of piles in Board.java, ViewableByKlondike interface; you can ask for the detailed feedback for more details on these matters). The way constants from the library are used should also be improved, as changing the constants of the library would likely lead to the misbehaviour of the program. Beside these light issues, this is a very good piece of work.

About

An implementation of the logic for the Klondike game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages