[gnome-chess] Make GNU Chess easy mode a bit easier



commit afa477566e335135f00b1e0af20c78f35015d71b
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Mon May 4 14:45:18 2020 -0500

    Make GNU Chess easy mode a bit easier
    
    It's still impossibly difficult, but let's do everything possible to
    encourage GNU Chess to throw pieces away on easy mode.
    
    See: #18

 data/engines.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/engines.conf b/data/engines.conf
index 507b5c4..b832b04 100644
--- a/data/engines.conf
+++ b/data/engines.conf
@@ -80,7 +80,7 @@ binary=gnuchess
 arg-easy-0=--uci
 arg-normal-0=--uci
 arg-hard-0=--uci
-option-easy-0=Material 10
+option-easy-0=Material 1
 option-easy-1=Quiescence Check Plies 0
 option-easy-2=NullMove Pruning var Never
 option-easy-3=Verification Search var Never


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