Skip to content

Commit

Permalink
Update bitboardBishops.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
gkosm314 authored May 8, 2020
1 parent 8c614e7 commit dd1e03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitboardBishops.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
and decide if i will include blocker or not in the attack set.
Then use Move and Chessboard classes to toggle based on specific targetSquare.
SUGGESTION 2: Generate capture attack-sets independently by returning unionOfFirstBlockers AND opponentColor
SUGGESTION 2: Generate capture attack-sets independently by returning unionOfFirstBlockers AND opponentColor
*/

BitboardBishops::BitboardBishops(U64 dec): Bitboard(dec) {}
Expand Down

0 comments on commit dd1e03c

Please sign in to comment.