Skip to content

fredboy/kchess

Repository files navigation

KChess

Releases

Chess game written in Kotlin and Java.
Two players can play on single desktop or over network.
It doesn't have an AI yet, so two players are required.
Or you can always play against yourself.

Build instructions

To build the game use
./gradlew assemble
It will create the fat jar in build/libs