Changes for version 0.1000 - 2011-11-08
- Add the script/tag-release.pl to tag a release in Subversion.
- Add script/bump-version-number.pl .
- lib/Games/Solitaire/Verify/Card.pm :
- Add the id() slot.
- Add the data() slot.
- lib/Games/Solitaire/Verify/State.pm :
- Add the add_column method.
- Add the set_foundations() method.
- Add the set_freecells() method.
- lib/Games/Solitaire/Verify/State.pm :
- Fix cloning of states with a "custom" variant and with variant_params.
Documentation
A command-line tool for verifying solitaire solutions.
Modules
verify solutions for solitaire games.
a module implementing a standalone command line app for verifying the solutions of Solitaire games.
a base class.
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.