Mk-Chan / libchess

A header-only C++17 chess library
MIT License
14 stars 2 forks source link

move generation for a specific color #8

Closed ghost closed 5 years ago

ghost commented 5 years ago

Add a GenerateMoves(Color) so that one can do mobility in eval without the ugly nullmove-make trick.

Mk-Chan commented 5 years ago

Added with https://github.com/Mk-Chan/libchess/commit/bd86cb7a39ec6e9778f2d27a012d2127c8bf0845