sakya / corechess

CoreChess is an open source chess GUI for chess engines
GNU General Public License v3.0
24 stars 2 forks source link

CoreChess

CoreChess is an open source chess GUI for chess engines image

The King (Chessmaster)

To use The King (the Chessmaster engine) you need the file TheKing333.exe (Chessmaster 10), the "Personalities" folder and the "Opening Books" folder and patch the engine using the OPK patch that disables the copy protection.

You can then set the personalities path and opening books path in the engine settings.

Supported opening book formats

Screenshots

image

image

Build from source

Prerequisites

Build instructions

Linux

dotnet publish CoreChess.sln -c Release --runtime linux-x64 -p:PublishReadyToRun=true --self-contained --output ./dist/linux-x64

Windows

dotnet publish CoreChess.sln -c Release --runtime win-x64 -p:PublishReadyToRun=true --self-contained --output .\dist\win-x64

macOS

dotnet publish CoreChess.sln -c Release --runtime osx-x64 -p:PublishReadyToRun=true --self-contained --output .\dist\osx-x64

Download