1HOOLA(6)                        Freecell Solver                       HOOLA(6)
2
3
4

NAME

6       transpose-freecell-board.py - transpose a Freecell/etc. layout from
7       play-stacks in text-columns to play-stacks in text lines.
8

SYNOPSIS

10       transpose-freecell-board.py -o output_fn input_fn | -
11

DESCRIPTION

13       This programs transposes a Freecell/etc. layout.
14
15       Sample input:
16
17           4C 5H QC 5D 2D 7H AH 7S
18           2H QH 9S 2S KD JS 5S 6C
19           9C 3C 6H JC TH KH 6S 7D
20           8C AC 9H 5C TC TS AD 4D
21           QS 3H 3S JH TD    8H 8S
22              4H KS 6D 8D    JD
23              QD 3D AS       KC
24                 2C          9D
25                 4S
26                 7C
27
28       Sample output:
29
30           : 4C 2H 9C 8C QS
31           : 5H QH 3C AC 3H 4H QD
32           : QC 9S 6H 9H 3S KS 3D 2C 4S 7C
33           : 5D 2S JC 5C JH 6D AS
34           : 2D KD TH TC TD 8D
35           : 7H JS KH TS
36           : AH 5S 6S AD 8H JD KC 9D
37           : 7S 6C 7D 4D 8S
38
39       The columns are prefixed with a single optional "Foundations:" line
40       followed by a single optional "Freecells:" line in fc-solve format.
41

OPTIONS

43       -o Specify an output filename.
44

SEE ALSO

46       fc-solve (6)
47
48       /usr/share/doc/freecell-solver-FCS_VERSION/board_gen/README
49

AUTHOR

51       Shlomi Fish, <http://www.shlomifish.org/> .
52
53       Thanks to Manish Jain for inspiring this program.
54
55
56
57Freecell Solver 6.6.0             2022-01-20                          HOOLA(6)
Impressum