Skip to content

b0n541/jskat

Repository files navigation

JSkat is a free implementation of the German card game Skat in Java and Kotlin. It runs on Linux, Mac OS and Windows.

You can contribute to this project by either helping to migrate the GUI to JavaFX or by implementing a new AI player. Bug fixes or other contributions are also welcome.

alt screenshot

License:

Use at least JDK 21 to build and run JSkat.

Build executable fat JAR: ./gradlew clean fatjar

Build installation with multiple JARs and start scripts: ./gradlew clean installDist

Build installation with fat JAR and start scripts: ./gradlew clean assembleDist

We build every push to develop with GitHub actions. We also build on every pull request.

We develop according the GitFlow workflow: http://nvie.com/posts/a-successful-git-branching-model/

So if you want to contribute to JSkat please create a feature branch from the develop branch and create pull requests towards the develop branch.

Java CI

CodeScene general

CodeScene Code Health CodeScene System Mastery