gridSize property
getter/setter pair
The amount of blocks in the width and height of the grid.
Keep this an odd number to keep the rover in the center.
Implementation
int gridSize = 11;
The amount of blocks in the width and height of the grid.
Keep this an odd number to keep the rover in the center.
int gridSize = 11;