Changes for version 0.1.0 - 2011-07-23

  • Improved lib/Games/ABC_Path/Generator.pm with acknowldgements, a "SEE ALSO" section and a "DESCRIPTION" section.
  • Add the shuffle method to lib/Games/ABC_Path/MicrosoftRand.pm .
  • Convert the constants module to Games::ABC_Path::Solver::Constants to merge the common parts of Games::ABC_Path::Solver and Games::ABC_Path::Generator.
  • Convert to the methods of Games::ABC_Path::Solver::Base .
    • Now requires Games::ABC_Path::Solver version 0.2.0.

Modules

a generator for ABC Path puzzle games.
command line application for the ABC Path generator.
constants in use by the generator. FOR INTERNAL USE!.
represents a final layout.
a pseudo-random number generator compatible with Visual C.