6 .Nd Cute Chess engine configuration file
9 is the chess engine configuration file for
12 Available configuration options are:
14 .It Ic name No : Ar string
15 The name of the engine.
16 .It Ic command No : Ar string
18 .It Ic workingDirectory No : Ar string
19 The working directory of the engine.
20 .It Ic protocol No : Ar string
21 The chess engine protocol used by this engine.
22 .It Ic initStrings No : Ar array No of Ar string
23 Array of strings sent to the engine's standard input at startup.
24 .It Ic whitepov No : Ar boolean
25 Invert the engine's scores when it plays black. This option
26 should be used with engines that always report scores from
30 A minimal engine configuration file for the Sloppy chess engine:
31 .Bd -literal -offset indent
44 .%T "The application/json Media Type for JavaScript Object Notation (JSON)"