1freedoko(6)
2===========
3:doctype: manpage
4
5NAME
6----
7freedoko - A free game of Doppelkopf
8
9SYNOPSIS
10--------
11*freedoko* ['OPTIONS'] [filename]
12
13DESCRIPTION
14-----------
15The game `Doppelkopf' is a card game for four or more Players similar to``Skat' (like xskat).
16A game is played by four players.
17Doppelkopf originates probably from the mostly in south germany played game `Schafkopf'.
18The game is written for Linux and Windows.
19
20OPTIONS
21--------
22These programs follow the usual GNU command line syntax, with long options starting with two dashes (-).
23A summary of options is included below or can be get with *freedoko -?*.
24
25*-h -?*::
26*--help*::
27	print this help, quits
28
29*-v*::
30*--version*::
31	print the version, quits
32
33*-L*::
34*--license*::
35	print some info about the license (GPL), quits
36
37*--defines*::
38	print the defines (compile time), quits
39
40*--directories*::
41	print the directories FreeDoko searchs, quits
42
43*--debug [string]*::
44	output debug information (p.e. gameplay, heuristics, table)
45	"heuristics": output for all heuristics (that support it)
46	heuristic name: output for a specific heuristics
47	"init ui": the ui initialization
48	"table": display the layout of the table
49	"mouse": mouse coordinates
50	"screenshots": create screenshots for each card played (in the desktop)
51	The following flags regulate additional information in each output
52	"codeline": add information about the code position (default on)
53	"time": add time information (default off)
54	"clock": add processor time information (default off)
55
56*-u*::
57*--ui [string]*::
58	setting the ui type.
59	Til now, only 'gtkmm' is implemented
60
61*--settings [string]*::
62	file with (extra) settings to load
63
64*-n*::
65*--name [string]*::
66	the name of the player
67*-l*::
68*--language [string]*::
69	the language (shortform or longform)
70
71*-C*::
72--cardset [string]*::
73	the cardset
74
75*-H*::
76*--cards-height [number]*::
77	the height of the cards
78
79*-s*::
80*--seed [number]*::
81        set the starting seed.
82        This value will be overwritten by a loaded party, so use with '-'.
83
84*-b*::
85*--bug-report [filename]*::
86	replay the bug report
87
88*-r*::
89*--references [dirname]*::
90	check the references in the directory
91
92*--auto-bug-reports*::
93        automatically create bug reports for hardcoded situations
94
95*--fast-play*::
96        automate some behaviour
97
98        bitwise settings:
99          1  automatic party start
100          2  ai players
101          4  random ai
102          8  skip pauses
103         16  skip gameplay informations
104         32  skip game finished dialog
105         64  show all hands
106        128  skip party finished dialog
107        256  quit when finished
108        512  seed info (see below)
109
110*--seed-info*::
111        print the seeds and some information on stdout
112        (overwrites the bit in 'fast-play')
113
114*--save-standard-aiconfig*::
115        saves the standard aiconfig in the ai directory in the private data directory under the filename 'standard.defensive.saved'.
116        Quits the program
117
118*--no-automatic-savings*::
119        do save nothing automatically
120
121*--threads [number]*::
122	number of threads to use when calculating
123	(thread support must have been enabled for compiling)
124
125*[filename]*::
126	play the party in the file
127	Per default the file 'current' in the 'parties' subdirectory is taken.
128	If the file ends in .BugReport.FreeDoko or .Reference.FreeDoko the file is treated as a bug report.
129
130*-*::
131	when used as first option:
132	do load neither the rules, the players nor the current party
133
134
135BUGS
136----
137Report bugs to freedoko@users.sourceforge.net
138
139
140AUTHOR
141------
142FreeDoko is mainly written by Diether Knof and Borg Enders.
143
144RESOURCES
145---------
146Source: <https://gitlab.com/dknof/FreeDoko>
147
148Main web site: <http://free-doko.sourceforge.net/>
149
150Contact: <freedoko@users.sourceforge.net>
151
152SEE ALSO
153--------
154xskat (6)
155
156COPYING
157-------
158Copyright (C) 2001 – 2018 by Diether Knof and Borg Enders.
159Free use of this software is granted under the terms of the GNU General Public License (GPL) either version 2 or (at your option) any later version.
160