Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 454 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 454 Bytes

Klondike Solitaire

A Klondike Solitaire game written in Java using JavaFX as a GUI.

Rules of the game

Check the rules here: http://codekata.com/kata/kata20-klondike/

Development

Inside IntelliJ Idea

Open the projact as a Maven project. (by opening the pom.xml)

Run it from the maven sidebar by running the javafx:run target

From command line

Build it with

mvn javafx:compile

Run in with

mvn javafx:run