Invocation

To run CPSokoban, type

    cpsokoban [options]

The available options are:

-pDIR, --pixmaps=DIR
Use the pixmap files in the directory specified by DIR. For the possible values of DIR, see the section Graphics.
-x, --expert
Run in expert mode.
-v, --verbose
Print various messages about the program's workings. This is unlikely to be of interest to anyone but the author.
-V, --version
Print CPSokoban's version number and exit.
-h, --help
Print a help message and exit.

Note: CPSokoban parses its arguments using the Python module optparse, which was introduced in version 2.3. If you have an earlier version, any arguments will be quietly ignored.