Chess.NET
Chess.NET copied to clipboard
[No longer maintained] A .NET chess library, written in C#
Hi, i've had a play around with this and I find a way to search moves quicky. I just tried the following to enumerate moves: static void Main(string[] args) {...
Need a way to be able to revert moves. Something like game.Undo(5) which should undo the last 5 moves. Preferably removing them from the Moves history or having some way...
I was wondering if there is any documentation on ChessDotNet as I couldn't seem to find any.
Code: `CurrentGame.MakeMove(new Move(pos1, pos2, CurrentGame.WhoseTurn, 'r'), true);` Error: `An unhandled exception of type 'System.InvalidOperationException' occurred in ChessDotNet.dll: 'Source piece does not exist.' ` It's sad that you stopped maintaining the...