Software:GNOME Chess

From HandWiki
Short description: GNOME graphical front-end for playing chess
GNOME Chess
GNOME Chess.svg
GNOME Chess 3D 3.11.92.png
Original author(s)Robert Ancell
Developer(s)The GNOME Project
Written inVala
Operating systemUnix-like
LicenseGPL 3
Websitewiki.gnome.org/Apps/Chess

GNOME Chess (formerly glChess[1]) is a graphical front-end featuring a 2D and a 3D chessboard interface. GNOME Chess does not include a chess engine of its own, so to play against the computer a third party chess engine must be present. Most Linux distributions package GNU Chess as the default chess engine with it. Additionally GNOME Chess supports third party chess engines, with known ones automatically detected.

GNOME Chess is written in Vala. For 2D rendering it uses GTK+ and Cairo/librsvg, and 3D support is optionally available using OpenGL.

As part of the GNOME desktop environment and GNOME Games, GNOME Chess is free and open-source software subject to the terms of the GNU General Public License (GPL) version 3.

Third-party chess engines

GNOME Chess supports a plethora of chess engines,[2][3] such as:

  • Amy
  • BBChess
  • Boo's Chess Engine
  • Crafty
  • Diablo
  • Faile
  • Fairy-Max
  • Fruit
  • Glaurung
  • GNU Chess
  • HoiChess
  • Phalanx
  • Shredder
  • Sjeng
  • Toga II

glChess, the predecessor to GNOME Chess, can be used with any other CECP and Universal Chess Interface compatible software like:[4][5]


History

GNOME Chess in 2D view

glChess was written by Robert Ancell in 2000 only as a personal project to test open source development.[9]

First version was written in C, OpenGL for graphics, and GLUT for the user interface. On May 5 was released 0.1.0, the first but still not playable version, being only capable to draw board and pieces. Days later, on May 31, version 0.1.3 was finally included on SourceForge and playable on a very basic way.

On April 8, 2001 version 0.2.0 changed GLUT to GTK+ focusing the improvement in visual aspects instead of its chess artificial intelligence. Version 0.3.0, from June 27, could play against other artificial intelligence (AI) engines, like Crafty and GNU Chess, after a Chess Engine Communication Protocol (CECP) implementation and it was ported to IRIX platform. In December, version 0.4.0 was the last one before the project entered into a stand-by time of three years.

In December, 2004, there was an advance to version 0.8.0 in order to accelerate the achievement the 1.0. This version added network support and updated GTK+ from version 1.2 to 2.0.

One year later, December 2005, version 0.9.0 was intended to be the last release before 1.0. It replaced C for Python to improve platform portability and maintenance, besides having a better test approach of the codebase testing.

On December 16, 2006, glChess finally reached version 1.0.

Apple Chess is a fork of GNOME Chess.

In version 3.14 3D mode was removed.[10]

See also

References

External links