|
BenBot 1.7.5
A chess engine
|
Functions | |
| constexpr auto | get (PieceType type) noexcept -> Value |
Variables | |
| constexpr Value | PAWN { UINT16_C(100) } |
| constexpr Value | KNIGHT { UINT16_C(320) } |
| constexpr Value | BISHOP { UINT16_C(330) } |
| constexpr Value | ROOK { UINT16_C(500) } |
| constexpr Value | QUEEN { UINT16_C(900) } |
| constexpr Value | KING { UINT16_C(10000) } |
This namespace defines piece material values.