538
The Shortest Path
The shortest path is highlighted in RED, representing the optimal solution. Your moves are marked in BLUE on the same map, allowing for an easy comparison.
Performance Evaluation
Your performance is evaluated based on the number of moves you made relative to the optimal solution, and this is reflected in your score:
Performance = (Best Moves / Your Moves) × 100%
For example, if the best path took 30 moves and you took 40 moves, your performance would be:
Performance = (30 / 40) × 100% = 75%