Skip to content

v0.1.0

Latest

Choose a tag to compare

@Axl-Lvy Axl-Lvy released this 13 Jun 13:53
· 3 commits to master since this release

First stable release of Stockfish Multiplatform.

Brings the Stockfish 18 chess engine to JVM (Linux/macOS/Windows), Android, iOS, and WebAssembly through a single Kotlin Multiplatform dependency.

implementation("fr.axl-lvy:stockfish-multiplatform:0.1.0")
// or the smaller lite variant:
implementation("fr.axl-lvy:stockfish-multiplatform-lite:0.1.0")

See the README for usage and the WebAssembly setup notes.