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