From f4e9c77bc700222590ada4799c619152354244f2 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 2 Apr 2002 08:30:46 +0000 Subject: Coded engines as a separate library. Still work to be done here. --- chess.texi | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) (limited to 'chess.texi') diff --git a/chess.texi b/chess.texi index 723dce9..752a24f 100644 --- a/chess.texi +++ b/chess.texi @@ -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 -- cgit v1.2.3