Chess board representation with abilities ro read FEN, SAN, give detailed validation info on moves, get all legal moves in position, and make Zobrist hash keys.
Info
Version: | 0.8.107-beta |
Author(s): | Ilya Margolin |
Last Update: | Saturday, June 20, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/marhoily/ChessKitFs |
NuGet Url: | https://www.nuget.org/packages/ChessKit.ChessLogic |
Install
Install-Package ChessKit.ChessLogic
dotnet add package ChessKit.ChessLogic
paket add ChessKit.ChessLogic
ChessKit.ChessLogic Download (Unzip the "nupkg" after downloading)
Dependencies
- FParsec(1.0.1)
Tags