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