Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 530 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 530 Bytes

This library is identical to the original it was forked from, with the exception of a bugfix made to Engine.AiPonderMove() to prevent the engine from prematurely declaring checkmate against the computer.

ChessCore

Chess Engine Implemented in .net core

Winboard/Xboard Compatible Chess Engine Written in C#/.NET Core. ChessCore has 2 modes XBoard Protocol which allows you to use Winboard Chess GUI http://hgm.nubati.net or Console mode which shows the current chess board using ASCII.

To Run type in: dotnet ChessCore.dll