
Games::Solitaire::Verify::Foundations - a class for representing the foundations (or home-cells) in a Solitaire game.

Version 0.01

use Games::Solitaire::Verify::Foundations;
# For internal use.

Returns the card in the foundation $suit with the index $index .
Sets the value of the foundation with the suit $suit and the index $index to $rank .
Increments the value of the foundation with the suit $suit and the index $index to $rank .
Stringifies the freecells into the Freecell Solver solution display notation.
Returns a clone of the freecells, with all of their cards duplicated.

Shlomi Fish, <shlomif at iglu.org.il>

Please report any bugs or feature requests to bug-games-solitaire-verifysolution-move at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Games-Solitaire-Verify. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.
perldoc Games::Solitaire::Verify::Column
You can also look for information at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Games-Solitaire-Verify


Copyright 2008 Shlomi Fish.
This program is released under the following license: MIT/X11 ( http://www.opensource.org/licenses/mit-license.php ).