|
BenBot 1.7.5
A chess engine
|
Variables | |
| constexpr auto | PAWNS = ranks::SEVEN |
| constexpr auto | ROOKS = 0X8100000000000000_bb |
| constexpr auto | KNIGHTS = 0X4200000000000000_bb |
| constexpr auto | BISHOPS = 0X2400000000000000_bb |
| constexpr auto | QUEEN = 0X800000000000000_bb |
| constexpr auto | KING = 0X1000000000000000_bb |
This namespace provides compile-time bitboard constants for the starting locations of the Black pieces.