1Games::Solitaire::VerifUys:e:rVaCroinatnrtiPbaurtaeGmdasm(Pe3es)r:l:SDoolciutmaeinrtea:t:iVoenrify::VariantParams(3)
2
3
4
6 Games::Solitaire::Verify::VariantParams - a class for holding the
7 parameters of the variant.
8
10 version 0.2202
11
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
23 $variant_params->empty_stacks_filled_by()
24 What empty stacks can be filled by:
25
26 · any
27
28 · none
29
30 · kings
31
32 $variant_params->num_columns()
33 The number of columns the variant has.
34
35 $variant_params->num_decks()
36 The numbe of decks the variant has.
37
38 $variant_params->num_freecells()
39 The number of freecells the variant has.
40
41 $variant_params->rules()
42 The rules by which the variant obides:
43
44 · freecell
45
46 · simple_simon
47
48 $variant_params->seq_build_by()
49 Returns the sequence build by:
50
51 · alt_color
52
53 · suit
54
55 $variant_params->sequence_move()
56 · limited
57
58 · unlimited
59
60 $self->clone()
61 Returns a clone.
62
64 Shlomi Fish <shlomif@cpan.org>
65
67 This software is Copyright (c) 2014 by Shlomi Fish.
68
69 This is free software, licensed under:
70
71 The MIT (X11) License
72
74 Please report any bugs or feature requests on the bugtracker website
75 <https://github.com/shlomif/fc-solve/issues>
76
77 When submitting a bug or request, please include a test-file or a patch
78 to an existing test-file that illustrates the bug or desired feature.
79
81 Perldoc
82 You can find documentation for this module with the perldoc command.
83
84 perldoc Games::Solitaire::Verify::VariantParams
85
86 Websites
87 The following websites have more information about this module, and may
88 be of help to you. As always, in addition to those websites please use
89 your favorite search engine to discover more resources.
90
91 · MetaCPAN
92
93 A modern, open-source CPAN search engine, useful to view POD in
94 HTML format.
95
96 <https://metacpan.org/release/Games-Solitaire-Verify>
97
98 · Search CPAN
99
100 The default CPAN search engine, useful to view POD in HTML format.
101
102 <http://search.cpan.org/dist/Games-Solitaire-Verify>
103
104 · RT: CPAN's Bug Tracker
105
106 The RT ( Request Tracker ) website is the default bug/issue
107 tracking system for CPAN.
108
109 <https://rt.cpan.org/Public/Dist/Display.html?Name=Games-Solitaire-Verify>
110
111 · AnnoCPAN
112
113 The AnnoCPAN is a website that allows community annotations of Perl
114 module documentation.
115
116 <http://annocpan.org/dist/Games-Solitaire-Verify>
117
118 · CPAN Ratings
119
120 The CPAN Ratings is a website that allows community ratings and
121 reviews of Perl modules.
122
123 <http://cpanratings.perl.org/d/Games-Solitaire-Verify>
124
125 · CPANTS
126
127 The CPANTS is a website that analyzes the Kwalitee ( code metrics )
128 of a distribution.
129
130 <http://cpants.cpanauthors.org/dist/Games-Solitaire-Verify>
131
132 · CPAN Testers
133
134 The CPAN Testers is a network of smoke testers who run automated
135 tests on uploaded CPAN distributions.
136
137 <http://www.cpantesters.org/distro/G/Games-Solitaire-Verify>
138
139 · CPAN Testers Matrix
140
141 The CPAN Testers Matrix is a website that provides a visual
142 overview of the test results for a distribution on various
143 Perls/platforms.
144
145 <http://matrix.cpantesters.org/?dist=Games-Solitaire-Verify>
146
147 · CPAN Testers Dependencies
148
149 The CPAN Testers Dependencies is a website that shows a chart of
150 the test results of all dependencies for a distribution.
151
152 <http://deps.cpantesters.org/?module=Games::Solitaire::Verify>
153
154 Bugs / Feature Requests
155 Please report any bugs or feature requests by email to
156 "bug-games-solitaire-verify at rt.cpan.org", or through the web
157 interface at
158 <https://rt.cpan.org/Public/Bug/Report.html?Queue=Games-Solitaire-Verify>.
159 You will be automatically notified of any progress on the request by
160 the system.
161
162 Source Code
163 The code is open to the world, and available for you to hack on. Please
164 feel free to browse it and play with it, or whatever. If you want to
165 contribute patches, please send me a diff or prod me to pull from your
166 repository :)
167
168 <https://github.com/shlomif/fc-solve>
169
170 git clone git://github.com/shlomif/fc-solve.git
171
172
173
174perl v5.30.0 201G9a-m0e7s-:2:6Solitaire::Verify::VariantParams(3)