Open zkayser opened 1 year ago
Given a set of bitboards, we should be able to generate at least the basics of pawn moves. This will not include captures of en passant moves for the time being. The output should be a new bitboard that shows the potential moves a pawn can make.
Given a set of bitboards, we should be able to generate at least the basics of pawn moves. This will not include captures of en passant moves for the time being. The output should be a new bitboard that shows the potential moves a pawn can make.