Older Version Newer Version

GerdIsenberg GerdIsenberg Jul 23, 2017

[[toc]]
**[[Home]] * [[Engines]] * Xadreco**

**Xadreco**,
a didactic [[Open Source Engines|open source chess engine]] under the [[Free Software Foundation#GPL|GNU General Public License]] written by [[Ruben Carlo Benante]] in [[C ]]. Xadreco is compliant with the [[Chess Engine Communication Protocol]] with executables running under [[Linux]], [[Windows]], and [[Mac OS]]. Xadreco represents its board as two-dimensional [[8x8 Board|8x8 array]], and applies a plain [[Alpha-Beta]] search with [[Iterative Deepening|iterative deepening]]. Since Version 10.0, Xadreco has a [[Parallel Search|parallel search]] using [[Process|processes]] <ref>[[http://www.talkchess.com/forum/viewtopic.php?t=24513|Xadreco Chess Engine: new DeepXadreco linux]] by beco, [[CCC]], October 22, 2008</ref> for each [[Moves|move]] at the [[Root|root]] <ref>readme.txt: 7. Paralelized MINIMAX version, thanks to Anderson Rodrigo Zampronio e Gabriel Campos Araujo (FEI) - Open n process, being n the number of the moves in the first level of the move-tree. For example, for the first move of white, there will be 20 process created (two for each pawn move plus two for both knights)</ref>.

=Forum Posts=
* [[http://www.open-aurec.com/wbforum/viewtopic.php?f=2&t=6668|Xadreco updated]] by [[Olivier Deville]], [[Computer Chess Forums|WinBoard Forum]], July 17, 2007
* [[http://www.talkchess.com/forum/viewtopic.php?t=15618|Xadreco Chess Engine: new version 5.7 available]] by beco, [[CCC]], August 06, 2007 
* [[http://www.talkchess.com/forum/viewtopic.php?t=24513|Xadreco Chess Engine: new DeepXadreco linux]] by beco, [[CCC]], October 22, 2008
* [[http://wbec-ridderkerk.forumotion.com/t149-building-deep-xadreco-using-the-posix-subsystem-for-windows|Building Deep Xadreco using the POSIX Subsystem for Windows]] by [[Dann Corbit]], [[WBEC|WBEC Ridderkerk Forum]], October 31, 2008
* [[http://www.talkchess.com/forum/viewtopic.php?t=64589|Xadreco 10.0.170416.021350 by Ruben Carlo Benante]] by [[Norbert Raimund Leisner]], [[CCC]], July 13, 2017

=External Links=
==Chess Engine==
* [[https://github.com/drbeco/xadreco|drbeco/xadreco · GitHub]]
* [[http://xadreco.wikispaces.com/home-en|Xadreco Chess Engine - home]]
* [[http://kirr.homeunix.org/chess/engines/Jim%20Ablett/+++%20LINUX%20ENGINES%20++/64%20BIT/xadreco/|Index of /chess/engines/Jim Ablett/+++ LINUX ENGINES ++/64 BIT/xadreco]] compiled by [[Jim Ablett]], hosted by [[Kirill Kryukov]]
* [[https://groups.yahoo.com/neo/groups/xadreco/info|Xadreco Chess Engine - Yahoo Groups]]
* [[http://www.computerchess.org.uk/ccrl/404/cgi/engine_details.cgi?print=Details&each_game=1&eng=Xadreco%205.7|Xadreco 5.7]] in [[CCRL|CCRL 40/4]]
==Misc==
* [[Videos#VincentPeirani|Vincent Peirani]] - [[http://www.jazz.com/music/2008/3/26/egberto-gismonti-frevo|Frevo]] ([[https://en.wikipedia.org/wiki/Egberto_Gismonti|Egberto Gismonti]]), [[https://de.wikipedia.org/wiki/S%C3%BCdtirol_Jazzfestival|Südtirol Jazzfestival]] 2014, [[https://en.wikipedia.org/wiki/YouTube|YouTube]] Video
> [[media type="youtube" key="Z9SYcd9kfIQ"]]

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