.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8. .TH FATHOM "6" "December 2018" "fathom " "Games" .SH NAME fathom \- Command-line for probing Syzygy tablebases .SH SYNOPSIS .B fathom .\"RI [ \-\-help ] " [\-\-path=PATH] " [\-\-test] " FEN " [\fI\-\-help\fR] [\fI\-\-path=PATH\fR] [\fI\-\-test\fR] FEN .SS "WHERE:" .TP .B FEN The position (as a FEN string) to be probed. .TP .B \-\-help Print this helpful message. .TP \fB\-\-path\fR=\fI\,PATH\/\fR Set the tablebase PATH string. .TP .B \-\-test Print the result only. Useful for scripts. .SH "DESCRIPTION:" This program is a stand\-alone Syzygy tablebase probe tool. .br The program takes as input a FEN string representation of a chess position and outputs a PGN representation of the probe result. .PP In addition to the standard fields, the output PGN represents the following information: .br \- Result: "1\-0" (white wins), "1/2\-1/2" (draw), or "0\-1" (black wins) .br \- The Win\-Draw\-Loss (WDL) value for the next move: "Win", "Draw", "Loss", "CursedWin" (win but 50\-move draw) or "BlessedLoss" (loss but 50\-move draw) .br \- The Distance\-To\-Zero (DTZ) value (in plys) for the next move .br \- WinningMoves: The list of all winning moves .br \- DrawingMoves: The list of all drawing moves .br \- LosingMoves: The list of all losing moves .PP The PGN contains a pseudo "principle variation" of Syzygy vs. Syzygy for the input position. Each PV move is rational with respect to preserving the WDL value. The PV does not represent the shortest mate nor the most natural human moves. .SH AUTHOR Fathom was written by basil . This manual page was written by Jose G. López for the Debian GNU/Linux project, but may be used by others. It was written with the assistance of .IR help2man(1) and then edited slightly to clean it up.