1VERIFY-SOLITAIRE-SOLUTIUOsNe(r1)Contributed Perl DocumenVtEaRtIiFoYn-SOLITAIRE-SOLUTION(1)
2
3
4
6 verify-solitaire-solution -- A command-line tool for verifying
7 solitaire solutions.
8
10 version 0.2202
11
13 $ fc-solve -p -t -sam 24.board | verify-solitaire-solution -
14 $ fc-solve -g seahaven_towers -p -t -sam 24.seahaven.board \
15 | verify-solitaire-solution -g seahaven_towers
16
18 verify-solitaire-solution is a command-line interface to
19 Games::Solitaire::Verify.
20
22 -g [variant]
23 Selects a solitaire variant.
24
25 --decks-num [1|2]
26 Number of decks - 1 or 2.
27
28 --freecells-num [n]
29 Number of freecells.
30
31 --stacks-num [n]
32 Number of columns.
33
34 --sequences-are-built-by [alternate_color|alt_color|suit|rank]
35 How the sequences are built by.
36
37 --empty-stacks-filled-by [any|kings|none]
38 What empty stacks can be filled by.
39
40 --sequence-move [limited|unlimited]
41 Whether the sequence move is limited or unlimited.
42
43 --max-rank [n]
44 Set the maximal rank to a different value than 13. So one can have
45 "A-Q" instead of "A-K", if one specifies "--max-rank 12". Using this
46 flag is likely a bad idea.
47
48 (New in version 0.1900 .)
49
51 Please report any bugs or feature requests to
52 "bug-games-solitaire-verifysolution at rt.cpan.org", or through the web
53 interface at
54 <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Games-Solitaire-Verify>.
55 I will be notified, and then you'll automatically be notified of
56 progress on your bug as I make changes.
57
59 You can find documentation for this module with the perldoc command.
60
61 perldoc Games::Solitaire::Verify
62
63 You can also look for information at:
64
65 · RT: CPAN's request tracker
66
67 <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Games-Solitaire-Verify>
68
69 · AnnoCPAN: Annotated CPAN documentation
70
71 <http://annocpan.org/dist/Games-Solitaire-Verify>
72
73 · CPAN Ratings
74
75 <http://cpanratings.perl.org/d/Games-Solitaire-Verify>
76
78 Shlomi Fish, <https://www.shlomifish.org/> .
79
81 Copyright 2010 Shlomi Fish.
82
83 This program is released under the following license: MIT/Expat (
84 <http://www.opensource.org/licenses/mit-license.php> ).
85
87 Shlomi Fish <shlomif@cpan.org>
88
90 This software is Copyright (c) 2014 by Shlomi Fish.
91
92 This is free software, licensed under:
93
94 The MIT (X11) License
95
97 Please report any bugs or feature requests on the bugtracker website
98 <https://github.com/shlomif/fc-solve/issues>
99
100 When submitting a bug or request, please include a test-file or a patch
101 to an existing test-file that illustrates the bug or desired feature.
102
104 Websites
105 The following websites have more information about this module, and may
106 be of help to you. As always, in addition to those websites please use
107 your favorite search engine to discover more resources.
108
109 · MetaCPAN
110
111 A modern, open-source CPAN search engine, useful to view POD in
112 HTML format.
113
114 <https://metacpan.org/release/Games-Solitaire-Verify>
115
116 · Search CPAN
117
118 The default CPAN search engine, useful to view POD in HTML format.
119
120 <http://search.cpan.org/dist/Games-Solitaire-Verify>
121
122 · RT: CPAN's Bug Tracker
123
124 The RT ( Request Tracker ) website is the default bug/issue
125 tracking system for CPAN.
126
127 <https://rt.cpan.org/Public/Dist/Display.html?Name=Games-Solitaire-Verify>
128
129 · AnnoCPAN
130
131 The AnnoCPAN is a website that allows community annotations of Perl
132 module documentation.
133
134 <http://annocpan.org/dist/Games-Solitaire-Verify>
135
136 · CPAN Ratings
137
138 The CPAN Ratings is a website that allows community ratings and
139 reviews of Perl modules.
140
141 <http://cpanratings.perl.org/d/Games-Solitaire-Verify>
142
143 · CPANTS
144
145 The CPANTS is a website that analyzes the Kwalitee ( code metrics )
146 of a distribution.
147
148 <http://cpants.cpanauthors.org/dist/Games-Solitaire-Verify>
149
150 · CPAN Testers
151
152 The CPAN Testers is a network of smoke testers who run automated
153 tests on uploaded CPAN distributions.
154
155 <http://www.cpantesters.org/distro/G/Games-Solitaire-Verify>
156
157 · CPAN Testers Matrix
158
159 The CPAN Testers Matrix is a website that provides a visual
160 overview of the test results for a distribution on various
161 Perls/platforms.
162
163 <http://matrix.cpantesters.org/?dist=Games-Solitaire-Verify>
164
165 · CPAN Testers Dependencies
166
167 The CPAN Testers Dependencies is a website that shows a chart of
168 the test results of all dependencies for a distribution.
169
170 <http://deps.cpantesters.org/?module=Games::Solitaire::Verify>
171
172 Bugs / Feature Requests
173 Please report any bugs or feature requests by email to
174 "bug-games-solitaire-verify at rt.cpan.org", or through the web
175 interface at
176 <https://rt.cpan.org/Public/Bug/Report.html?Queue=Games-Solitaire-Verify>.
177 You will be automatically notified of any progress on the request by
178 the system.
179
180 Source Code
181 The code is open to the world, and available for you to hack on. Please
182 feel free to browse it and play with it, or whatever. If you want to
183 contribute patches, please send me a diff or prod me to pull from your
184 repository :)
185
186 <https://github.com/shlomif/fc-solve>
187
188 git clone git://github.com/shlomif/fc-solve.git
189
190
191
192perl v5.30.0 2019-07-26 VERIFY-SOLITAIRE-SOLUTION(1)