Back home


Engine: BugChess2

Author: François Karr, France.

Move Now

Edit Mode

Analyze Mode

Opening Book

Create book

Ponder On/Off

Hash Tables

Table Bases

v1.7

No

Yes

No

Yes

No

Yes

16MB

No

Draw claim

Resign

Force and go

Program language

Source available

Learn

XBoard

UCI

First release

Yes

No

Yes

C++

No

No

No

No

15/05/2006

WinBoard.ini lines:
"BugChess2 -winboard -hashsize 33554432" /fd=d:\Winboard\BugChess2
"BugChess2 -winboard -hashsize 33554432" /sd=d:\Winboard\BugChess2

Configuration: No

Homepage: No
Download: Yes, below.
Info:


Copyright ©
BugChess2 by François Karr, France.

Available version:

BugChess2 V1.7 (also x64 and book)

From the new Readme.txt:
BugChess2 (*) is a spare time program supposed to play legal moves at chess, and possibly good moves sometimes ;-).
Developped by François Karr (Programmer) and Jean-Philippe Karr (chess expert).

To use BugChess2 you will need a UI supporting the winboard protocol : Winboard  or Arena for instance. I tested both.

BugChess2 comes with a (probably poor) book. It will use it if present.

Line command parameters
-----------------------

---- compulsory to use with a interface using the winboard protocol
"-winboard"

---- hash size : comes in power of 2 as follow :
...
"- hashsize 16777216" -> means 16 MB of hash in human language.
"- hashsize 33554432" -> means 32 MB of hash in human language.
"- hashsize 67108864" -> means 64 MB of hash in human language.
"- hashsize 134217728" -> means 128 MB of hash in human language.
"- hashsize 268435456" -> means 256 MB of hash in human language.
etc...
> default : 32 MB

---- to disable logging
"-nolog"

---- to suppress kibitzing during ponder (for ICC tournaments for instance)
"-noponderkb"

---- when playing on internet, to activate kibitzing :
-kibitzstr 
for instance : with -kibitzstr "tellics kibitz ", BugChess2 will send kibitz string like this one : 
"tellics kibitz ply=8 value=120 t=500 N=1000000 NPS=200000 e2e4 e7e5 Nf3 Nc6 Bc4 Bc5 Nc3 Nf6"


Thanks
------
Big thanks to all testers for keeping our motivation up.
Big thanks to all programmers i borrowed idea (or pgns ;-) from.
Special thanks to Leo for hosting the bug and helping with the early time losses ;-)

Warranty
--------
BugChess2 is freeware and comes with no warranty of any kind, especially not of playing good chess ;-)
Please use it freely and share it as long as it is not done for commercial benefits.
I shall not be held responsible in case of direct, indirect, incidental, special, exemplar, or consequential damages 
arising in any way out of the use of this software (such as mate for instance...).



François Karr, 06/18/2008.


(*) 	Yes I have developped a BugChess hence the 2 - it was a windows program with an interface supporting about no protocol.
		BugChess2 is a complete rewrite and has no code in common with BugChess (fortunately ;-) except for the name.