make-aisleriot-freecell-board(6)


NAME

   make-gnome-freecell-board, make-aisleriot-freecell-board,
   make-microsoft-freecell-board, make-pysol-freecell-board - Programs to
   generate boards to be used as input to Freecell Solver.

SYNOPSIS

   program [-t] board-number

   or for make-pysol-freecell-board:

   program [-t] [-F] board-number [game-string]

   or for make-aisleriot-freecell-board:

   program [-t] board-number [game-string]

DESCRIPTION

   These programs are command-line programs that can generate the initial
   board of the Freecell games of several popular Solitaire
   implementations. Those boards can be in turn be input to fc-solve by
   means of a pipeline, or placed inside a file for safe-keeping.

   make-pysol-freecell-board and make-aisleriot-freecell-board also accept
   an optional third argument which indicates the game type. This type
   defaults to  Freecell, but is useful for generating the boards of other
   games.  Note that  using this flag does not preclude one from using the
   "--game" flag of fc-solve.

   make_pysol_freecell_board.py accepts another parameter called -F or
   --pysolfc that deals the PySolFC boards instead of the classic PySol
   ones.

   A common paradigm for using those programs is something like:

       bash:~$ make-microsoft-freecell-board 11982 | fc-solve -l gi

   If the "-t" option is specified, then the 10 cards are printed with
   "T"'s, instead of "10"'s. While this does not have any effect on fc-
   solve it may prove useful for other solvers or solitaire
   implementations which do not accept "10"'s.

   Here is a short description of each program:

   make-gnome-freecell-board

   Generate the boards of the standalone Freecell program that comes with
   the GNOME desktop.

   make-aisleriot-freecell-board

   Generate the Freecell boards of GNOME's AisleRiot.

   make-pysol-freecell-board

   A Python script that generates the boards of the various games of
   PySol.

   make-microsoft-freecell-board

   A program that generates the boards of Microsoft Freecell and of the
   Freecell Pro implementation of Freecell.

OPTIONS

   board-number is the board number as a decimal number.

   game-string is a string describing the game. Valid strings and their
   respective games are:

   bakers_game        - Baker's Game (*)

   bakers_dozen       - Baker's Dozen (Broken) (*)

   beleaguered_castle - Beleaguered Castle (*)

   citadel            - Citadel

   cruel              - Cruel

   der_katz           - Der Katzenschwantz

   die_schlange       - Die Schlange

   eight_off          - Eight Off (*)

   fan                - Fan

   forecell           - Forecell

   freecell           - Freecell (the default)

   good_measure       - Good Measure

   ko_bakers_game     - Kings' Only Baker's Game

   relaxed_freecell   - Relaxed Freecell

   relaxed_seahaven   - Relaxed Seahaven Towers

   seahaven           - Seahaven Towers (*)

   simple_simon       - Simple Simon (*)

   streets_and_alleys - Streets and Alleys

   make-aisleriot-freecell-board supports only the games marked with an
   asterisk (*).

SEE ALSO

   fc-solve (6)

   /usr/share/doc/freecell-solver-bin/README.board_gen

AUTHOR

   Shlomi Fish, <http://www.shlomifish.org/> .





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.