[gnome-chess] Set search depth for all UCI engines



commit c8c128f11a8581de52e902390c119569bcebb32b
Author: Michael Catanzaro <mike catanzaro gmail com>
Date:   Sat Aug 3 17:23:36 2013 -0500

    Set search depth for all UCI engines
    
    This should make them much easier.

 data/engines.conf |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/data/engines.conf b/data/engines.conf
index 79fe798..39a1b73 100644
--- a/data/engines.conf
+++ b/data/engines.conf
@@ -84,22 +84,32 @@ uci-go-option-normal-0=depth 3
 [Diablo]
 protocol=uci
 binary=diablo
+uci-go-option-easy-0=depth 1
+uci-go-option-normal-0=depth 3
 
 [BBChess]
 protocol=uci
 binary=BBChess
+uci-go-option-easy-0=depth 1
+uci-go-option-normal-0=depth 3
 
 [Fruit]
 protocol=uci
 binary=fruit
+uci-go-option-easy-0=depth 1
+uci-go-option-normal-0=depth 3
 
 [Gambit Fruit]
 protocol=uci
 binary=gfruit
+uci-go-option-easy-0=depth 1
+uci-go-option-normal-0=depth 3
 
 [Toga II]
 protocol=uci
 binary=toga2
+uci-go-option-easy-0=depth 1
+uci-go-option-normal-0=depth 3
 
 [Amundsen]
 protocol=cecp
@@ -132,6 +142,8 @@ option-hard-0=hard
 [Shredder]
 protocol=uci
 binary=ShredderClassicLinux
+uci-go-option-easy-0=depth 1
+uci-go-option-normal-0=depth 3
 
 [Octochess]
 protocol=cecp


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]