PAWN_OFFSETS constant

Map<Color, List<int>> const PAWN_OFFSETS

Implementation

static const Map<Color, List<int>> PAWN_OFFSETS = {
  BLACK: [16, 32, 17, 15],
  WHITE: [-16, -32, -17, -15]
};