You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checkers don't have captures implemented. The move class probably needs something like std::vector<std::pair<Piece,Square>> for storing all the capture pieces.
The text was updated successfully, but these errors were encountered:
Checkers don't have captures implemented. The move class probably needs something like
std::vector<std::pair<Piece,Square>>
for storing all the capture pieces.The text was updated successfully, but these errors were encountered: