1Games::Solitaire::VerifUys:e:rVaCroinatnrtiPbaurtaeGmdasm(Pe3es)r:l:SDoolciutmaeinrtea:t:iVoenrify::VariantParams(3)
2
3
4

NAME

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

VERSION

10       version 0.1900
11

SYNOPSIS

13           use Games::Solitaire::Verify::VariantParams;
14
15           my $freecell_params =
16               Games::Solitaire::Verify::VariantParams->new(
17                   {
18                       seq_build_by => "alt_color",
19                   },
20               );
21

VERSION

23       version 0.1900
24

METHODS

26   $variant_params->empty_stacks_filled_by()
27       What empty stacks can be filled by:
28
29       ·   any
30
31       ·   none
32
33       ·   kings
34
35   $variant_params->num_columns()
36       The number of columns the variant has.
37
38   $variant_params->num_decks()
39       The numbe of decks the variant has.
40
41   $variant_params->num_freecells()
42       The number of freecells the variant has.
43
44   $variant_params->rules()
45       The rules by which the variant obides:
46
47       ·   freecell
48
49       ·   simple_simon
50
51   $variant_params->seq_build_by()
52       Returns the sequence build by:
53
54       ·   alt_color
55
56       ·   suit
57
58   $variant_params->sequence_move()
59       ·   limited
60
61       ·   unlimited
62
63   $self->clone()
64       Returns a clone.
65

AUTHOR

67       Shlomi Fish <shlomif@cpan.org>
68
70       This software is Copyright (c) 2014 by Shlomi Fish.
71
72       This is free software, licensed under:
73
74         The MIT (X11) License
75

BUGS

77       Please report any bugs or feature requests on the bugtracker website
78       <https://github.com/shlomif/fc-solve/issues>
79
80       When submitting a bug or request, please include a test-file or a patch
81       to an existing test-file that illustrates the bug or desired feature.
82

SUPPORT

84   Perldoc
85       You can find documentation for this module with the perldoc command.
86
87         perldoc Games::Solitaire::Verify::VariantParams
88
89   Websites
90       The following websites have more information about this module, and may
91       be of help to you. As always, in addition to those websites please use
92       your favorite search engine to discover more resources.
93
94       ·   MetaCPAN
95
96           A modern, open-source CPAN search engine, useful to view POD in
97           HTML format.
98
99           <https://metacpan.org/release/Games-Solitaire-Verify>
100
101       ·   Search CPAN
102
103           The default CPAN search engine, useful to view POD in HTML format.
104
105           <http://search.cpan.org/dist/Games-Solitaire-Verify>
106
107       ·   RT: CPAN's Bug Tracker
108
109           The RT ( Request Tracker ) website is the default bug/issue
110           tracking system for CPAN.
111
112           <https://rt.cpan.org/Public/Dist/Display.html?Name=Games-Solitaire-Verify>
113
114       ·   AnnoCPAN
115
116           The AnnoCPAN is a website that allows community annotations of Perl
117           module documentation.
118
119           <http://annocpan.org/dist/Games-Solitaire-Verify>
120
121       ·   CPAN Ratings
122
123           The CPAN Ratings is a website that allows community ratings and
124           reviews of Perl modules.
125
126           <http://cpanratings.perl.org/d/Games-Solitaire-Verify>
127
128       ·   CPANTS
129
130           The CPANTS is a website that analyzes the Kwalitee ( code metrics )
131           of a distribution.
132
133           <http://cpants.cpanauthors.org/dist/Games-Solitaire-Verify>
134
135       ·   CPAN Testers
136
137           The CPAN Testers is a network of smoke testers who run automated
138           tests on uploaded CPAN distributions.
139
140           <http://www.cpantesters.org/distro/G/Games-Solitaire-Verify>
141
142       ·   CPAN Testers Matrix
143
144           The CPAN Testers Matrix is a website that provides a visual
145           overview of the test results for a distribution on various
146           Perls/platforms.
147
148           <http://matrix.cpantesters.org/?dist=Games-Solitaire-Verify>
149
150       ·   CPAN Testers Dependencies
151
152           The CPAN Testers Dependencies is a website that shows a chart of
153           the test results of all dependencies for a distribution.
154
155           <http://deps.cpantesters.org/?module=Games::Solitaire::Verify>
156
157   Bugs / Feature Requests
158       Please report any bugs or feature requests by email to
159       "bug-games-solitaire-verify at rt.cpan.org", or through the web
160       interface at
161       <https://rt.cpan.org/Public/Bug/Report.html?Queue=Games-Solitaire-Verify>.
162       You will be automatically notified of any progress on the request by
163       the system.
164
165   Source Code
166       The code is open to the world, and available for you to hack on. Please
167       feel free to browse it and play with it, or whatever. If you want to
168       contribute patches, please send me a diff or prod me to pull from your
169       repository :)
170
171       <https://github.com/shlomif/fc-solve>
172
173         git clone git://github.com/shlomif/fc-solve.git
174
175
176
177perl v5.28.1                      201G9a-m0e2s-:0:2Solitaire::Verify::VariantParams(3)
Impressum