• Compass, Map and Spyglass

Question related to mission None

 
    [['Y', 0,  0,  0, 'C'],
     [ 0,  0,  0,  0,  0 ],
     [ 0,  0,  0,  0,  0 ],
     ['M', 0,  0,  0, 'S']] == 11 //4 steps from Y to C, 4 from Y to S and 3 from Y to M

Teleporterman)) The right answer is 10. 3 steps from Y to M, 4 from M to C and 3 from C to S

   [['Y', 0,  0, 'S', 0],
    [ 0, 'M', 0,  0,  0],
    [ 0,  0,  0, 'C', 0],
    [ 0,  0,  0,  0,  0]] == 7

The right answer is 5. I'm sure you will agree. 1 step from Y to M, 2 from M to S (or C) and 2 from S to C

I like your project, special respect for your artist. But you have real problems with testing tasks. Almost every new task must first solve the problem of its tests, and only then solve the task itself. IMHO, you need a person who can test, and I can help with this, if necessary.