Zeta Dva

From Chessprogramming wiki
Jump to: navigation, search

Home * Engines * Zeta Dva

Logo by Jim Ablett

Zeta Dva,
an amateur open source chess engine by Srdja Matovic, written in C. The engine has been in development since 2010 and was first released March 06, 2011 under the GNU GPL, later MIT license. Zeta Dva supports some basic commands of the Chess Engine Communication Protocol aka WinBoard or XBoard. Features are the use of Bitboards and a simple Evaluation .

Features

  • C99 + GCC vector-extensions
  • XBoard (CECP v2) protocol
  • Quad-Bitboards board presentation
  • vectorized Kogge-Stone move generation
  • single thread AlphaBeta search
  • PolyGlot opening book support
  • MIT license

Origins Ideas

Origins Code

Origins Opening Book

Releases

See also

Forum Posts

External Links

References