Constant backgammon_logic::board::INITIAL_BOARD[][src]

pub const INITIAL_BOARD: [MaybePoint; 24] = [Some(Point{owner: Player::Black, count: 2,}), None, None, None, None,
 Some(Point{owner: Player::White, count: 5,}), None,
 Some(Point{owner: Player::White, count: 3,}), None, None, None,
 Some(Point{owner: Player::Black, count: 5,}),
 Some(Point{owner: Player::White, count: 5,}), None, None, None,
 Some(Point{owner: Player::Black, count: 3,}), None,
 Some(Point{owner: Player::Black, count: 5,}), None, None, None, None,
 Some(Point{owner: Player::White, count: 2,})]