A chess board game programmed in the Kotlin language.
I made this project to learn the programming language Kotlin. It contains my first-ever written line of Kotlin code.
The app uses:
- Gradle as the build tool
- TornadoFX, a Kotlin-based wrapper for JavaFX, for the GUI
- KDoc for code documentation
- Kotest for testing
The piece images in src/main/resources/pieces
are taken from common.wikimedia.org, created by Cburnett and licensed under CC BY-SA 3.0.