.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "SJAAKII 6" .TH SJAAKII 6 2024-03-12 "perl v5.38.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME sjaakii \- xboard\-compatible chess and chess\-variant engine 'SjaakII' .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fBsjaakii\fR [\-log|\-newlog [filename]] [\-variant name] [\-no_user_variants] [\-xboard|\-uci|\-uci|\-ucci] [variant file] .SH DESCRIPTION .IX Header "DESCRIPTION" \&\fBsjaakii\fR is a program that plays chess and chess variants. It uses the xboard/winboard chess-engine protocol to communicate. Apart from normal chess, SjaakII can play Seirawan Chess, Mongolian Shatar, Makruk (including variants ASEAN and Ai-Wok), Shatranj, Sittuyin (Burmese Chess), Crazy House Chess, Chessgi, Spartan Chess, Pocket Knight Chess, King-of-th-Hill, Knightmate, Amazon Chess, Chancellor Chess, Berolina Chess, Los Alamos Chess, Micro Chess, Capablanca Chess, Gothic Chess, Embassy Chess, Courier Chess, Grand Chess, Opulent Chess, Omega Chess, Shogi (including variants Mini Shogi, Sho Shogi and Tori Shogi) and Xiang-Qi. Other variants can be added through a configuration file. .PP See \fBxboard\fR\|(6) for instructions about how to use \fBsjaakii\fR through xboard. To start up quickly, you just need the command: \fBxboard \-fcp sjaakii\fR. .PP Some of the variants SjaakII plays are only partially supported by XBoard, and can only be played whith the legality-testing function of the latter switched off. .SH OPTIONS .IX Header "OPTIONS" .IP "\fB\-log [filename]\fR" 8 .IX Item "-log [filename]" Append all communication by SjaakII and XBoard to a logfile. If no filename is specified, the log is written to sjaakii.log. .IP "\fB\-newlog [filename]\fR" 8 .IX Item "-newlog [filename]" As \fB\-log\fR, but the file is overwritten rather than added to. .IP "\fB\-variant name\fR" 8 .IX Item "-variant name" Normally, SjaakII starts with variant "normal" (regular chess), but it can be made to start with any other named variant with this option. .IP \fB\-no_user_variants\fR 8 .IX Item "-no_user_variants" Do not read the default variant configuration file. You can still specify a file in the engine options. .IP \fB\-xboard\fR 8 .IX Item "-xboard" Start in xboard mode rather than the default mode. .IP \fB\-uci\fR 8 .IX Item "-uci" Start in UCI mode rather than the default mode. .IP \fB\-usi\fR 8 .IX Item "-usi" Start in USI mode rather than the default mode. .IP \fB\-ucci\fR 8 .IX Item "-ucci" Start in UCCI mode rather than the default mode. .IP "\fBvariant file\fR" 8 .IX Item "variant file" Read variant descriptions from the named file. .SH AVAILABILITY .IX Header "AVAILABILITY" From http://www.eglebbk.dds.nl/program/chess\-index.html .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBxboard\fR\|(6) .SH STANDARDS .IX Header "STANDARDS" WinBoard, \fBxboard\fR(6) interface ("Chess Engine Communication Protocol") .SH AUTHOR .IX Header "AUTHOR" Evert Glebbeek . .PP This manual page was based on the man page for Fairy-Max by H.G. Muller and was generated with \fBpod2man\fR\|(1).