Disservin / chess-library

C++ chess library
https://disservin.github.io/chess-library/
MIT License
71 stars 22 forks source link

Add Board.hasNonPawnMaterial(Color), useful for null move pruning #29

Closed zzzzz151 closed 11 months ago

Disservin commented 11 months ago

Ah, can you also please add this to the board documentation in docs/ and perhaps add a small unit test ?:D

zzzzz151 commented 11 months ago

Done!