Rahul Sharma (Editor)

GNU Chess

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Developer(s)
  
GNU project

Type
  
Computer chess

GNU Chess

Initial release
  
1984; 33 years ago (1984)

Stable release
  
6.2.4 / October 29, 2016; 4 months ago (2016-10-29)

Repository
  
svn.savannah.gnu.org/viewvc/?root=chess

Operating system
  
Linux, Unix, Mac OS X, Windows

GNU Chess is a free software chess engine which plays a full game of chess against a human being or other computer program. The goal of GNU Chess is to serve as a basis for research. It has been used in numerous research contexts.

Contents

GNU Chess is free software, licensed under the terms of the GNU General Public License version 3 or any later version, and is maintained by collaborating developers. As one of the earliest computer chess programs with full source code available, it is one of the oldest for Unix-based systems and has since been ported to many other platforms.

Features

The IQ6 test suite indicates that on basic computer architecture such as an Intel Core 2 Duo CPU, without parallel processing, GNU Chess performs at the senior master/weak international master strength of 2500+ on the Elo rating system.

It is often used in conjunction with a GUI program such as XBoard or glChess, where it is included as the default engine. Initial versions of XBoard's Chess Engine Communication Protocol were based on GNU Chess's command line interface. Version 6 also supports the Universal Chess Interface (UCI).

History

The first version of GNU Chess was written by Stuart Cracraft. Having started in 1984 in collaboration with Richard Stallman prior to his founding of the GNU project, GNU Chess became one of the first parts of GNU.

GNU Chess has been enhanced and expanded by dozens of programmers. Versions from 2 to 4 were written by John Stanback. Version 5 was written by Chua Kong-Sian. Version 6 was written by Fabien Letouzey.

In 2011, GNU Chess transitioned to version 6, which is based on Letouzey's Fruit 2.1 chess engine. Some GNU Chess enthusiasts have continued to maintain the 5.07 code base. According to CEGT version 5.60 of this code base is stronger than Fruit 2.3.

References

GNU Chess Wikipedia