Files
chesskit-engine/README.md
T
2023-04-14 10:14:51 -04:00

664 B

🤖 ChessKitEngine

A Swift package for chess engines.

Usage

  • Add a package dependency to your Xcode project or Swift Package with the following URL: https://github.com/chesskit-app/chesskit-engine

  • Import ChessKitEngine to use it in a source file:

import ChessKitEngine

// ...

Supported Engines

The following engines are currently supported. More may be added in the future.

Author

@pdil

License

ChessKitEngine is distributed under the MIT License.