diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-04-02 08:30:46 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-04-02 08:30:46 +0000 |
| commit | f4e9c77bc700222590ada4799c619152354244f2 (patch) | |
| tree | 1c7d748f0a69f4d80afed3872d44dc37518ef8f2 /chess.texi | |
| parent | 682348e8a4a0267bc7a512e4f684f9a50fdff5b1 (diff) | |
Coded engines as a separate library. Still work to be done here.
Diffstat (limited to 'chess.texi')
| -rw-r--r-- | chess.texi | 39 |
1 files changed, 38 insertions, 1 deletions
@@ -520,7 +520,44 @@ moves. @end menu @node Chess engines, , Ply sources, Ply sources -@section Chess engines +@section Engines + +@defun chess-engine-create style callback &optional session +@end defun + +@defun chess-engine-set-option engine option value +@end defun + +@defun chess-engine-option engine option +@end defun + +@c 'ponder +@c 'search-depth +@c 'wall-clock + +@defun chess-engine-destroy engine +@end defun + +@defun chess-engine-set-position engine position ; uses 'edit' command +@end defun + +@defun chess-engine-position engine +@end defun + +@defun chess-engine-set-game engine game +@end defun + +@defun chess-engine-game engine +@end defun + +@defun chess-engine-index engine +@end defun + +@defun chess-engine-move engine ply +@end defun + +@defun chess-engine-command engine string +@end defun @unnumbered Concept Index |
