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.
License:
- Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
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 GitHub flow: https://docs.github.com/en/get-started/using-github/github-flow
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.