getHalfMoveCount method

int getHalfMoveCount()

Implementation

int getHalfMoveCount() {
  return game.half_moves;
}