Games::Solitaire::Verify::Foundations - a class for representing the


Games-Solitaire-Verify documentation  | view source Contained in the Games-Solitaire-Verify distribution.

Index


NAME

Top

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

VERSION

Top

Version 0.01

SYNOPSIS

Top

    use Games::Solitaire::Verify::Foundations;

    # For internal use.

FUNCTIONS

Top

$self->value($suit, $index)

Returns the card in the foundation $suit with the index $index .

$self->assign($suit, $index, $rank)

Sets the value of the foundation with the suit $suit and the index $index to $rank .

$self->increment($suit, $index)

Increments the value of the foundation with the suit $suit and the index $index to $rank .

$self->to_string()

Stringifies the freecells into the Freecell Solver solution display notation.

$board->clone()

Returns a clone of the freecells, with all of their cards duplicated.

AUTHOR

Top

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

BUGS

Top

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.

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc Games::Solitaire::Verify::Column

You can also look for information at:

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Games-Solitaire-Verify

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Games-Solitaire-Verify

* CPAN Ratings

http://cpanratings.perl.org/d/Games-Solitaire-Verify

* Search CPAN

http://search.cpan.org/dist/Games-Solitaire-Verify

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


Games-Solitaire-Verify documentation  | view source Contained in the Games-Solitaire-Verify distribution.