Software for handling chess problems: Difference between revisions

Content deleted Content added
Athulin (talk | contribs)
Software: Added entry for Chest
Line 29:
===Jacobi===
Jacobi is a program to solve fairy chess proof game problems by François Labelle. It is written in JavaScript and run from browser [http://wismuth.com/jacobi/]. In 2003, Labelle already developed chess-related programs and published computer-generated chess problems [http://wismuth.com/chess/chess.html].
 
===Chest===
Chest was created by Heiner Marxen in 1999. It is written in C, and distributed as source code
<ref>[http://turbotm.de/~heiner/Chess/chest.html/ Chest home page]</ref>. It solves direct mates, self mates, and help
mates (as well as stalemates for self- and help mates). A UCI adapter (written by Franz Huber) is also available,
allowing Chest to be used as solving engine in any UCI-capable chess GUI.
 
==Databases==