BenBot 1.7.5
A chess engine
Loading...
Searching...
No Matches
chess::board::masks::starting::white Namespace Reference

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

Detailed Description

This namespace provides compile-time bitboard constants for the starting locations of the White pieces.

See also
black