Games::Solitaire::Verify::VariantParams - a class for holding


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

Index


NAME

Top

Games::Solitaire::Verify::VariantParams - a class for holding the parameters of the variant.

VERSION

Top

Version 0.03

SYNOPSIS

Top

    use Games::Solitaire::Verify::VariantParams;

    my $freecell_params = 
        Games::Solitaire::Verify::VariantParams->new(
            {
                seq_build_by => "alt_color",
            },
        );




FUNCTIONS

Top

$variant_params->empty_stacks_filled_by()

What empty stacks can be filled by:

* any
* none
* kings

$variant_params->num_columns()

The number of columns the variant has.

$variant_params->num_decks()

The numbe of decks the variant has.

$variant_params->num_freecells()

The number of freecells the variant has.

$variant_params->rules()

The rules by which the variant obides:

* freecell
* simple_simon

$variant_params->seq_build_by()

Returns the sequence build by:

* alt_color
* suit

$variant_params->sequence_move()

* limited
* unlimited

$self->clone()

Returns a clone.

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::VariantParams




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.