
Find Enemy
Find the distance and relative direction to the enemy in a HEX-grid.
HEX-grid (hexagonal grid) is a coordinate system, like square grid. To find distance between two cells you don't need to find exact path from one to another, but correctly work with their coordinates. Another approach to calculate distance is to notice that all cells strict around your cell form a kind of circle and are on distance 1 from your cell, the cells around all previous cells (next "circle")...
You should be an authorized user in order to see the full description and start solving this mission.