|
BenBot 1.7.5
A chess engine
|
Variables | |
| constexpr auto | PAWNS = ranks::TWO |
| constexpr auto | ROOKS = 0X81_bb |
| constexpr auto | KNIGHTS = 0X42_bb |
| constexpr auto | BISHOPS = 0X24_bb |
| constexpr auto | QUEEN = 0X8_bb |
| constexpr auto | KING = 0X10_bb |
This namespace provides compile-time bitboard constants for the starting locations of the White pieces.