Chess.NET icon indicating copy to clipboard operation
Chess.NET copied to clipboard

[No longer maintained] A .NET chess library, written in C#

Results 6 Chess.NET issues
Sort by recently updated
recently updated
newest added

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...

- [x] Parsing all moves - [ ] Parsing PGN headers

feature

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...