initial constant

Atomic const initial

The initial position of an Atomic game.

Implementation

static const initial = Atomic(
  board: Board.standard,
  turn: Side.white,
  castles: Castles.standard,
  halfmoves: 0,
  fullmoves: 1,
);