Misplaced Pages

Universal Chess Interface

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.

The Universal Chess Interface ( UCI ) is an open communication protocol that enables chess engines to communicate with user interfaces .

#789210

4-549: In November 2000, the UCI protocol was released. Designed by Rudolf Huber and Stefan Meyer-Kahlen , the author of Shredder , UCI rivals the older "Chess Engine Communication Protocol" introduced with XBoard/WinBoard . In 2002, Chessbase , the chess software company which markets Fritz , began to support UCI, which had previously been supported by only a few interfaces and engines. As of 2021, well over 300 engines are known to directly support UCI. By design, UCI assigns some tasks to

8-509: A lower level. The uci_elo parameter specifies the Elo rating at which the engine will aim to play. Engines that have implemented uci_elo include Delfi , Fritz , Hiarcs , Houdini , Junior , Rybka , Shredder , Sjeng and Stockfish . The UCI has been modified to play some chess variants . Some of these are: Each of these protocols may also define variants of Portable Game Notation (PGN) and Forsyth–Edwards Notation (FEN) . The XBoard CECP

12-561: The UI can also take responsibility for handling endgame tablebases , this is arguably better handled in the engine itself, as having tablebase information can be useful for considering possible future positions. Stefan-Meyer Kahlen's UCI protocol in Shredder uses a variation of long algebraic notation for moves. A "nullmove" from an engine to a GUI should be sent as 0000. The uci_limitstrength parameter tells engines with this feature to play at

16-525: The user interface (i.e., presentation layer) which have traditionally been handled by the engine (at the business layer) itself. Most notably, the opening book is usually expected to be handled by the UI , by simply selecting moves to play until it is out of book, and only then starting up the engine for calculation in the resulting position. UCI does not specify any on-disk format for the opening book. Different UIs usually have their own proprietary formats. While

#789210