summaryrefslogtreecommitdiff
path: root/chess.texi
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-02 08:30:46 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-02 08:30:46 +0000
commitf4e9c77bc700222590ada4799c619152354244f2 (patch)
tree1c7d748f0a69f4d80afed3872d44dc37518ef8f2 /chess.texi
parent682348e8a4a0267bc7a512e4f684f9a50fdff5b1 (diff)
Coded engines as a separate library. Still work to be done here.
Diffstat (limited to 'chess.texi')
-rw-r--r--chess.texi39
1 files changed, 38 insertions, 1 deletions
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