A Klondike Solitaire game written in Java using JavaFX as a GUI.
Check the rules here: http://codekata.com/kata/kata20-klondike/
Open the projact as a Maven project. (by opening the pom.xml
)
Run it from the maven sidebar by running the javafx:run
target
Build it with
mvn javafx:compile
Run in with
mvn javafx:run