[gnome-games] Support Stockfish
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] Support Stockfish
- Date: Mon, 10 May 2010 13:25:22 +0000 (UTC)
commit bf70206b0c6050120a04c2467a293e71dca97f1a
Author: Robert Ancell <robert ancell gmail com>
Date: Mon May 10 15:25:07 2010 +0200
Support Stockfish
glchess/data/ai.xml | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
---
diff --git a/glchess/data/ai.xml b/glchess/data/ai.xml
index abc8e02..8a09e40 100644
--- a/glchess/data/ai.xml
+++ b/glchess/data/ai.xml
@@ -153,6 +153,29 @@
</level>
</ai>
+<ai type="uci">
+ <name>Stockfish</name>
+ <binary>stockfish</binary>
+ <level>
+ <name>easy</name>
+ <option name="Aggressiveness">50</option>
+ <option name="Cowardice">200</option>
+ <option name="Ponder">false</option>
+ </level>
+ <level>
+ <name>normal</name>
+ <option name="Aggressiveness">130</option>
+ <option name="Cowardice">100</option>
+ <option name="Ponder">false</option>
+ </level>
+ <level>
+ <name>hard</name>
+ <option name="Aggressiveness">200</option>
+ <option name="Cowardice">50</option>
+ <option name="Ponder">true</option>
+ </level>
+</ai>
+
<ai type="cecp">
<name>HoiChess</name>
<binary>hoichess</binary>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]