1Games::Solitaire::VerifUys:e:rVaCroinatnrtiPbauGrtaaemmdess(P:3e:prSmlo)lDiotcauimreen:t:aVteiroinfy::VariantParams(3pm)
2
3
4
6 Games::Solitaire::Verify::VariantParams - a class for holding the
7 parameters of the variant.
8
10 version 0.2403
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 Websites
65 The following websites have more information about this module, and may
66 be of help to you. As always, in addition to those websites please use
67 your favorite search engine to discover more resources.
68
69 • MetaCPAN
70
71 A modern, open-source CPAN search engine, useful to view POD in
72 HTML format.
73
74 <https://metacpan.org/release/Games-Solitaire-Verify>
75
76 • RT: CPAN's Bug Tracker
77
78 The RT ( Request Tracker ) website is the default bug/issue
79 tracking system for CPAN.
80
81 <https://rt.cpan.org/Public/Dist/Display.html?Name=Games-Solitaire-Verify>
82
83 • CPANTS
84
85 The CPANTS is a website that analyzes the Kwalitee ( code metrics )
86 of a distribution.
87
88 <http://cpants.cpanauthors.org/dist/Games-Solitaire-Verify>
89
90 • CPAN Testers
91
92 The CPAN Testers is a network of smoke testers who run automated
93 tests on uploaded CPAN distributions.
94
95 <http://www.cpantesters.org/distro/G/Games-Solitaire-Verify>
96
97 • CPAN Testers Matrix
98
99 The CPAN Testers Matrix is a website that provides a visual
100 overview of the test results for a distribution on various
101 Perls/platforms.
102
103 <http://matrix.cpantesters.org/?dist=Games-Solitaire-Verify>
104
105 • CPAN Testers Dependencies
106
107 The CPAN Testers Dependencies is a website that shows a chart of
108 the test results of all dependencies for a distribution.
109
110 <http://deps.cpantesters.org/?module=Games::Solitaire::Verify>
111
112 Bugs / Feature Requests
113 Please report any bugs or feature requests by email to
114 "bug-games-solitaire-verify at rt.cpan.org", or through the web
115 interface at
116 <https://rt.cpan.org/Public/Bug/Report.html?Queue=Games-Solitaire-Verify>.
117 You will be automatically notified of any progress on the request by
118 the system.
119
120 Source Code
121 The code is open to the world, and available for you to hack on. Please
122 feel free to browse it and play with it, or whatever. If you want to
123 contribute patches, please send me a diff or prod me to pull from your
124 repository :)
125
126 <https://github.com/shlomif/fc-solve>
127
128 git clone git://github.com/shlomif/fc-solve.git
129
131 Shlomi Fish <shlomif@cpan.org>
132
134 Please report any bugs or feature requests on the bugtracker website
135 <https://github.com/shlomif/fc-solve/issues>
136
137 When submitting a bug or request, please include a test-file or a patch
138 to an existing test-file that illustrates the bug or desired feature.
139
141 This software is Copyright (c) 2008 by Shlomi Fish.
142
143 This is free software, licensed under:
144
145 The MIT (X11) License
146
147
148
149perl v5.38.0 2G0a2m3e-s0:7:-S2o0litaire::Verify::VariantParams(3pm)