Changes for version 0.04 - 2008-08-07

  • Now verify_and_perform_move in Games::Solitaire::Verify::State is returning objects of exception classes, instead of stringified errors, to facilitate knowing exactly why the move is invalid.
  • Refactored Games::Solitaire::Verify::State:
    • Extracted methods from verify_and_perform_move
    • Converted to a ->can() dispatch table.

Modules

verify solutions for solitaire games.
a class wrapper for an individual Solitaire card.
a class wrapper for Solitaire columns that are composed of a sequence of cards.
provides various exception classes for G::S::Verify.
a class for representing the foundations (or home-cells) in a Solitaire game.
a class for representing the Freecells in games such as Freecell, Baker's Game, or Seahaven Towers
a class wrapper for an individual Solitaire move.
verify an entire solution of Freecell Solver (or a similar solve)
a class for Solitaire states (or positions) of the entire board.
a class for holding the parameters of the variant.
a mapping from the variants to their parameters.