hoichess(6) | Games | hoichess(6) |
hoichess - xboard compatible chess engine
hoixiangqi - xiangqi engine
hoichess [options]
hoixiangqi [options]
hoichess is a chess playing program. It implements major parts of the xboard/winboard chess engine protocol.
hoichess uses many of the standard techniques found in modern chess programs, like rotated bitboards, principal variation search, quiescence search, transposition table and iterative deepening.
See xboard(6) for instructions about how to use hoichess through xboard. To start up quickly, you just need the command: xboard -fcp hoichess.
hoixiangqi is a xiangqi ("Chinese chess") playing program. Recent versions of xboard also support xiangqi: xboard -fcp hoixiangqi.
hoichess and hoixiangqi are built from the same code base, so nearly all commands and options, as well as the text based user interface, are the same for both programs.
If run hoichess or hoixiangqi at the command line, the help command gives you a brief summary of available commands.
At program start, a default startup file is read. This file is called hoichess.rc or hoixiangqi.rc, respectively. It is searched for in the following directories, in order: current directory, $HOME/.hoichess, $USERPROFILE/.hoichess (only on Windows), DATADIR. Only the first found file is read. The DATADIR is installation dependent, commonly /usr/share/games/hoichess.
The optional argument can be one of:
arg can be one of:
On Unix platforms, the default is auto. On Windows platforms, the default is off, because the Windows terminal is normally not ANSI capable.
http://www.hoicher.de/hoichess
hoichess was written by Holger Ruckdeschel <holger@hoicher.de>.
This manual page was generated with pod2man(1).
2023-01-22 | hoichess-0.22.0 |