Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 677 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 677 Bytes

JCardGamesFX

JavaFX classes for implementing various classic card games.

An example implementation for a classic Klondike game is provided. The application is developed along the MVC (model-view-controller) design pattern.

Prerequisites:

To run, open up a terminal, and type

$ mvn jfx:run

To create a portable, executable jar file, type

$ mvn package

To create a report about tests, code coverage, etc, type

$ mvn site

Card images used:
Vector Playing Cards
Mike's Cards