BenBot 1.7.5
A chess engine
Loading...
Searching...
No Matches
ben_bot::eval::piece_values Namespace Reference

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) }

Detailed Description

This namespace defines piece material values.