Skip to content

CodecoolBase/klondike-solitaire-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Java SE: Klondike Solitaire

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages