getBoard method

List<Piece?> getBoard()

Implementation

List<Piece?> getBoard() {
  return game.board;
}