Difference between revisions of "Cute Chess"

From Chessprogramming wiki
Jump to: navigation, search
Line 5: Line 5:
  
 
=Features=
 
=Features=
Cute Chess features a [https://en.wikipedia.org/wiki/Tab_%28GUI%29 tabbed document interface] (TDI) embedded inside its [https://en.wikipedia.org/wiki/Window_(computing) frame window] with classical [https://en.wikipedia.org/wiki/Menu_bar menu bar]. Tabbed  [[GUI#GameWindow|game document windows]] associated with one [[Chess Game|chess game]] contain [[GUI#BoardWindow|board window]], [[GUI#NotationWindow|notation window]], evaluation windows with [[Principal variation|principal variations]] of both sides, and score history chart window.
+
Cute Chess features a [https://en.wikipedia.org/wiki/Tab_%28GUI%29 tabbed document interface] (TDI) embedded inside its [https://en.wikipedia.org/wiki/Window_(computing) frame window] with classical [https://en.wikipedia.org/wiki/Menu_bar menu bar]. Tabbed  [[GUI#GameWindow|game document windows]] associated with one [[Chess Game|chess game]] contain [[GUI#BoardWindow|board window]], [[GUI#NotationWindow|notation window]], evaluation windows with [[Principal Variation|principal variations]] of both sides, and score history chart window.
  
 
=Screenshot=
 
=Screenshot=

Revision as of 15:06, 23 July 2019

Home * User Interface * GUI * Cute Chess

Cute Chess,
an open source graphical chess user interface (GUI) by Ilari Pihlajisto and Arto Jonsson, written in C++ using the Qt framework [1]. Cute Chess is compliant with the Chess Engine Communication Protocol as well the Universal Chess Interface (UCI) and can be build to run under Windows, Linux and OS X, and is therefor compatible with Winboard engines, XBoard engines, and UCI engines. Cute Chess incorporates the core chess library, and the well-known and long time established command line interface Cutechess-cli, suited to run automated engine-engine matches. Cute Chess is released under the GPLv3+ license except for the components in the projects/lib/components and projects/gui/components directories which are released under the MIT License. Cute Chess 0.9.0 (1.0 pre-release) was announced in September 2016 [2].

Features

Cute Chess features a tabbed document interface (TDI) embedded inside its frame window with classical menu bar. Tabbed game document windows associated with one chess game contain board window, notation window, evaluation windows with principal variations of both sides, and score history chart window.

Screenshot

Cutechess.jpg

Cute Chess TDI [3]

See also

Forum Posts

External Links

Release Cute Chess 0.9.0 · cutechess/cutechess · GitHub
Release Cute Chess 1.0.0 · cutechess/cutechess · GitHub

References

Up one Level