dylhunn / dragontoothmg

A fast Go chess library. Legal move generation, move/board types, apply/unapply, FEN parsing, Zobrist hashing.
https://dylhunn.github.io/dragontoothmg/
GNU General Public License v3.0
47 stars 7 forks source link

Feature Request #2

Open DeybisMelendez opened 2 years ago

DeybisMelendez commented 2 years ago

Hello, I am using your module in my Chess Engine. Thank you for doing this project, it is helping me a lot. I would like to suggest some features:

move.GetPiece() GetMoves(square): square = move.From() for example. InCheckMate() IsDraw() IsThreeFoldRepetition()

Engine Source Code Lichess Account