In this challenge, the objective is to navigate a crucible filled with lava from the starting point to the destination within a city grid. Each block in the grid has a heat loss value, and the goal is to find the path that minimizes the total heat loss while adhering to specific movement rules.
- The crucible can move up to three blocks in a single direction but must turn 90 degrees left or right after moving three consecutive blocks.
- It can turn before completing three straight moves.