zkayser / chess

2 stars 0 forks source link

[Bitboards] Generate pawn moves #36

Open zkayser opened 1 year ago

zkayser commented 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.