Ant Simulator Notes
The grid is 2D (rows and columns) but the program stores it as a 1D list.
__GetIndex converts row and column into a single list position
Formula:

Line 121-122
The grid is 2D (rows and columns) but the program stores it as a 1D list.
__GetIndex converts row and column into a single list position
Formula:

Line 121-122