Added Fruit and Amundsen to AI list, tell UCI engines they have 5 min to move

This commit is contained in:
Robert Ancell 2006-12-07 01:29:48 +00:00
parent 4519adb6c4
commit c9ce2e24c0
3 changed files with 16 additions and 1 deletions

View file

@ -1,6 +1,11 @@
------------------------------------------------------------------------------
CHANGELOG
------------------------------------------------------------------------------
2006-12-07 Robert Ancell <bob27@users.sourceforge.net>
* Added Fruit and Amundsen engines to autodetect list.
* Tell UCI engines they have 5 mins to play to cause them to take time
choosing moves.
2006-12-01 Robert Ancell <bob27@users.sourceforge.net>
* Added configuration module that uses GConf when available

View file

@ -67,4 +67,14 @@
<binary>bbchess</binary>
</ai>
<ai type="uci">
<name>Fruit</name>
<binary>fruit</binary>
</ai>
<ai type="cecp">
<name>Amundsen</name>
<binary>amundsen</binary>
</ai>
</aiconfig>

View file

@ -98,7 +98,7 @@ class StateMachine:
def requestMove(self):
"""
"""
self.__sendCommand('go')
self.__sendCommand('go wtime 300000 btime 300000')
def reportMove(self, move, isSelf):
"""