rudzen / ChessLib

C# chess library containing a complete data structure and move generation.
MIT License
81 stars 23 forks source link

Additional constructors for Square and Move #50

Closed JMSSVLC closed 2 years ago

JMSSVLC commented 2 years ago

As you know I am interested in the Magic Bitboards and I am watching your project

I think it would be interesting two add the following constructors:

Move(string moveCoordinatedNotation)

and

Square(string squareid)

to make it easier to construct the objects from their string description

JMSSVLC commented 1 year ago

I have just seen the additions you made in August. You have done much more than I expected. Thank you for your project. It is very interesting