Skip to content

Cortlandd/KotlinChess

Repository files navigation

KotlinChess

License

Kotlin Chess is a Chess Engine and Game written in Kotlin for Android. It is largely based on the iOS counterpart SwiftChess

99.9 percent line by line Swift to Kotlin

Installation

allprojects {
  repositories {
    maven { url 'https://jitpack.io' }
  }
}
dependencies {
  implementation 'com.github.Cortlandd:KotlinChess:1.1'
}

About

A Chess Engine and AI written in Kotlin, based on SwiftChess https://github.com/SteveBarnegren/SwiftChess

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages