Skip to content

A chess game implementation made using KotlinJS and Ktor

License

Notifications You must be signed in to change notification settings

doge1338/ChessKt

Repository files navigation

ChessKt

A chess game implementation made using KotlinJS and Ktor

Build instructions

To build and run the server use:

./gradlew run

To generate a .jar file use:

./gradlew shadowJar

By default, the server will run on 127.0.0.1:8080, you can change that by adding a host:port argument while running the server (i.e. java -jar build.jar example.com:1337)

About

A chess game implementation made using KotlinJS and Ktor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published