Since we have a numpy 2d array for the map grid, we should be able to calculate the distance between two points, making it more useful to travel somewhere close, and more time consuming to travel farther away.
This will make the player plan the turn better to get the most out of it.
Since we have a numpy 2d array for the map grid, we should be able to calculate the distance between two points, making it more useful to travel somewhere close, and more time consuming to travel farther away.
This will make the player plan the turn better to get the most out of it.