rudzen / ChessLib

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

Material values aren't correct after enpassant #23

Closed druzil closed 4 years ago

druzil commented 4 years ago

I uncommented the material test and changed the last move to be correct (e5-d6) and the material value did not register the removal of the black pawn

rudzen commented 4 years ago

Thanks for noticing. I'm aware of several issues related to Material values. They are pending for a complete re-write at some point.