The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.03

  • Added RandomWalk.pm. It's suspicously like the "make" code in Games::Maze. I'm sure it's just a coincidence. Plan to add Prim's and Kruskal's later.
  • Method adjusted_position(), added to Tour.pm, will automatically add the {offset} co-ordinates to the {position} co-ordinates. Used by base and child classes in the next() method.

Modules

Base class for Array Tours.
Return coordinates to take a serpentine path.
Return coordinates to take a spiral path.