1EXPAND-SOLITAIRE-MULTI-UCsAeRrD-CMoOnVtErSi(b1u)ted PerlEXDPoAcNuDm-eSnOtLaItTiAoInRE-MULTI-CARD-MOVES(1)
2
3
4
6 expand-solitaire-multi-cards-moves -- a command-line tool for expanding
7 multi-card moves.
8
10 version 0.2403
11
13 $ fc-solve -p -t -sam 24.board | expand-solitaire-multi-cards-moves -
14 $ fc-solve -g seahaven_towers -p -t -sam 24.seahaven.board \
15 | expand-solitaire-multi-cards-moves -g seahaven_towers
16
18 expand-solitaire-multi-cards-moves is a command-line interface to
19 Games::Solitaire::Verify::Solution::ExpandMultiCardsMoves.
20
22 -g [variant]
23 Picks up a 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
44 Shlomi Fish, <http://www.shlomifish.org/> .
45
47 Copyright 2010 Shlomi Fish.
48
49 This program is released under the following license: MIT/Expat (
50 <http://www.opensource.org/licenses/mit-license.php> ).
51
53 Websites
54 The following websites have more information about this module, and may
55 be of help to you. As always, in addition to those websites please use
56 your favorite search engine to discover more resources.
57
58 • MetaCPAN
59
60 A modern, open-source CPAN search engine, useful to view POD in
61 HTML format.
62
63 <https://metacpan.org/release/Games-Solitaire-Verify>
64
65 • RT: CPAN's Bug Tracker
66
67 The RT ( Request Tracker ) website is the default bug/issue
68 tracking system for CPAN.
69
70 <https://rt.cpan.org/Public/Dist/Display.html?Name=Games-Solitaire-Verify>
71
72 • CPANTS
73
74 The CPANTS is a website that analyzes the Kwalitee ( code metrics )
75 of a distribution.
76
77 <http://cpants.cpanauthors.org/dist/Games-Solitaire-Verify>
78
79 • CPAN Testers
80
81 The CPAN Testers is a network of smoke testers who run automated
82 tests on uploaded CPAN distributions.
83
84 <http://www.cpantesters.org/distro/G/Games-Solitaire-Verify>
85
86 • CPAN Testers Matrix
87
88 The CPAN Testers Matrix is a website that provides a visual
89 overview of the test results for a distribution on various
90 Perls/platforms.
91
92 <http://matrix.cpantesters.org/?dist=Games-Solitaire-Verify>
93
94 • CPAN Testers Dependencies
95
96 The CPAN Testers Dependencies is a website that shows a chart of
97 the test results of all dependencies for a distribution.
98
99 <http://deps.cpantesters.org/?module=Games::Solitaire::Verify>
100
101 Bugs / Feature Requests
102 Please report any bugs or feature requests by email to
103 "bug-games-solitaire-verify at rt.cpan.org", or through the web
104 interface at
105 <https://rt.cpan.org/Public/Bug/Report.html?Queue=Games-Solitaire-Verify>.
106 You will be automatically notified of any progress on the request by
107 the system.
108
109 Source Code
110 The code is open to the world, and available for you to hack on. Please
111 feel free to browse it and play with it, or whatever. If you want to
112 contribute patches, please send me a diff or prod me to pull from your
113 repository :)
114
115 <https://github.com/shlomif/fc-solve>
116
117 git clone git://github.com/shlomif/fc-solve.git
118
120 Shlomi Fish <shlomif@cpan.org>
121
123 Please report any bugs or feature requests on the bugtracker website
124 <https://github.com/shlomif/fc-solve/issues>
125
126 When submitting a bug or request, please include a test-file or a patch
127 to an existing test-file that illustrates the bug or desired feature.
128
130 This software is Copyright (c) 2008 by Shlomi Fish.
131
132 This is free software, licensed under:
133
134 The MIT (X11) License
135
136
137
138perl v5.38.0 2023-07-2E0XPAND-SOLITAIRE-MULTI-CARD-MOVES(1)