Skip to content

JaggedLine/kotline

Repository files navigation

Kotline

License: MIT

Kotline is a web-application for the "Jagged line" game. The player's task in this game is to construct a polyline from start to end. Each segment should be a knight's move, and the segments can not intersect. The goal is to create as long polyline as possible.

Screenshot 2021-01-28 at 22 43 28

Installation

Dependencies:

  • JDK 15

To run the server, execute

./gradlew run

You can specify the port by modifying src/jvmMain/resources/application.conf. You can adjust the list of available fields by modifying src/jvmMain/resources/fields.json

The database will be stored in the database folder.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published