Supply Line
Many war games have rules concerning the supply lines. Units that can’t contact the supply source face a lot of troubles.
You should find the shortest supply line with Python.
The map used in this mission is a hex grid with a maximum size of 12x9 where each hex is numbered from A1 to L9. (A - L indicate a column, and 1 - 9 indicate a row.)
You are given three arguments: the first is the position of your...
You should be an authorized user in order to see the full description and start solving this mission.