Older Version Newer Version

GerdIsenberg GerdIsenberg Oct 30, 2011

[[toc]]
**[[Home]] * [[Engines]] * BBchess**

**BBchess**,
a chess program by [[Bernard Brioit]]. The engine part is written in [[Pascal]], its own [[GUI]] in [[Delphi]]. BBchess uses the [[0x88]] [[Board Representation|Board representation]] and performs an improved [[MTD(f)|MTD(f) search]] on top of [[Iterative Deepening|iterative deepening]] and applies [[Null Move Pruning|Null move pruning]] with a [[Depth Reduction R|depth reduction]] of 3. It uses two [[Transposition Table|transposition tables]], and supports the [[Thompson's Databases|Thompson endgame databases]] with three and four pieces <ref>[[http://www.chessprogram.de/messages/19513.htm|Interview with BBChess programmer Bernhard Brioit ...]] (May 31th, 2002 Deutsch, Français, English) by [[Frank Quisinsky]] from the [[http://www.chessprogram.de/index.htm|Schachwerkstatt Archives]], September 4, 2006 (dead link)</ref>.

=Namesake=
* [[BBChess (SI)|BBChess]] by [[Borko Bošković]]

=External Links=
* [[http://www.blitzchess.fr/fr/programmeurs/programmeursfranais/gazetjeanfranois/index.html|Gazet Jean-François]] from [[http://www.blitzchess.fr/|Blitzchess.fr et Mesjeuxelectroniques.fr]]

=References= 
<references />
=What links here?= 
[[include page="BBchess" component="backlinks" limit="40" ]]
**[[Engines|Up one Level]]**