in reply to Re^6: Code challenge: Route planning on a 2D grid
in thread Code challenge: Route planning on a 2D grid

No. The original rules in this thread.

Slides count as the number of cells crossed.
Slides can go in any of the four directions.
Slides can cross over previously visited cells.

  • Comment on Re^7: Code challenge: Route planning on a 2D grid

Replies are listed 'Best First'.
Re^8: Code challenge: Route planning on a 2D grid
by LanX (Saint) on Mar 14, 2020 at 17:10 UTC
    I see.

    It confused me that you replied to a post with changed rules.

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    Wikisyntax for the Monastery

      I was complaining about the change of rules for code I wrote yesterday.