summaryrefslogtreecommitdiff
path: root/games/exchess/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'games/exchess/DESCR')
-rw-r--r--games/exchess/DESCR11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/exchess/DESCR b/games/exchess/DESCR
new file mode 100644
index 00000000000..c20d628394e
--- /dev/null
+++ b/games/exchess/DESCR
@@ -0,0 +1,11 @@
+EXchess is an experimental chess engine supporting the following features:
+
+ * Support for Tim Mann's XBoard.
+ * Analysis features of XBoard.
+ * Brute force searches to 60 ply (1 ply = a move by one side).
+ * Hash tables for storing positions already visited in the search.
+ * Pondering. (Thinking on the opponent's time.)
+ * Recursive null move pruning.
+ * Quiescent capture search.
+ * Adjustable hash table size.
+ * Adjustable search and evaluation parameters.