Solution for "Hopskotch"

This problem is fairly straightforward: you are given a maze where each position tells you how far you must travel to the next. There are multiple correct answers, but the shortest solution is:

A1 C1 C5 C3 C6 B6 E6 E4 B4 B7 G7

Answers Graded As Correct