1HOOLA(6) Freecell Solver HOOLA(6)
2
3
4
6 gen-multiple-pysol-layouts. - generate multiple PySol / MS initial
7 solitaire deals.
8
10 gen-multiple-pysol-layouts --dir=[dir] --prefix=[prefix] --suffix=[suf]
11 [idxs...]
12
14 This program emits some starting PySol / Freecell Pro deals in separate
15 files inside the target directory.
16
17 Some examples:
18
19 gen-multiple-pysol-layouts --dir foo/ --prefix "" --suffix .board --ms 24 42 100
20
21 gen-multiple-pysol-layouts --dir foo/ --prefix "" --suffix .board --ms seq 1 32000
22
23 gen-multiple-pysol-layouts --dir foo/ --prefix "" --suffix .board --ms read /path/to/indexes-file.txt
24
25 Generate Black Hole solitaire
26 <https://en.wikipedia.org/wiki/Black_Hole_%28solitaire%29> PySol FC
27 deals:
28
29 gen-multiple-pysol-layouts --game black_hole --dir foo/ --prefix "" --suffix .board seq 100000 200000
30
32 To be discussed.
33
35 pi-make-microsoft-freecell-board (6), make_pysol_freecell_board.py (6).
36
37 /usr/share/doc/freecell-solver-FCS_VERSION/board_gen/README
38
40 Shlomi Fish, <http://www.shlomifish.org/> .
41
42
43
44Freecell Solver 6.6.0 2022-08-03 HOOLA(6)