Difference between revisions of "Cute Chess"

From Chessprogramming wiki
Jump to: navigation, search
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:
  
 
'''Cute Chess''',<br/>
 
'''Cute Chess''',<br/>
an [https://en.wikipedia.org/wiki/Open-source_software open source] graphical chess user interface (GUI) by [[Ilari Pihlajisto]] and [[Arto Jonsson]], written in [[Cpp|C++]] using the [https://en.wikipedia.org/wiki/Qt_(software) Qt framework] <ref> [https://github.com/cutechess/cutechess GitHub - cutechess/cutechess: Cute Chess is a graphical user interface, command-line interface and a library for playing chess]</ref>. Cute Chess is compliant with the [[Chess Engine Communication Protocol]] as well the [[UCI|Universal Chess Interface]] (UCI) and can be build to run under [[Windows]], [[Linux]] and [[Mac OS|OS X]], and is therefor compatible with [[:Category:WinBoard|Winboard engines]], [[:Category:XBoard|XBoard engines]], and [[:Category:UCI|UCI engines]]. Cute Chess incorporates the core chess library, and the well-known and long time established [[CLI|command line interface]] [[Cutechess-cli]], suited to run automated [[Engine Testing#Matches|engine-engine matches]]. Cute Chess is released under the [[Free Software Foundation#GPL|GPLv3+]] license except for the components in the projects/lib/components and projects/gui/components directories which are released under the [[Massachusetts Institute of Technology#License|MIT License]]. Cute Chess 0.9.0 (1.0 pre-release) was announced in September 2016 <ref>[http://www.talkchess.com/forum/viewtopic.php?t=61308 Cute Chess 0.9.0 (GUI) released] by [[Ilari Pihlajisto]], [[CCC]], September 02, 2016</ref>. 
+
an [https://en.wikipedia.org/wiki/Open-source_software open source] graphical chess user interface (GUI) by [[Ilari Pihlajisto]] and [[Arto Jonsson]], written in [[Cpp|C++]] using the [https://en.wikipedia.org/wiki/Qt_(software) Qt framework] <ref> [https://github.com/cutechess/cutechess GitHub - cutechess/cutechess: Cute Chess is a graphical user interface, command-line interface and a library for playing chess]</ref>. Cute Chess is compliant with the [[Chess Engine Communication Protocol]] as well the [[UCI|Universal Chess Interface]] (UCI) and can be build to run under [[Windows]], [[Linux]] and [[Mac OS|OS X]], and is therefor compatible with [[:Category:WinBoard|Winboard engines]], [[:Category:XBoard|XBoard engines]], and [[:Category:UCI|UCI engines]]. Cute Chess incorporates the core chess library, and the well-known and long time established [[CLI|command line interface]] [[Cutechess-cli]], suited to run automated [[Engine Testing#Matches|engine-engine matches]]. Cute Chess is released under the [[Free Software Foundation#GPL|GPLv3+]] license except for the components in the projects/lib/components and projects/gui/components directories which are released under the [[Massachusetts Institute of Technology#License|MIT License]].  
  
 
=Features=
 
=Features=
Line 10: Line 10:
 
[[FILE:cutechess.jpg|none|border|text-bottom|link=http://www.talkchess.com/forum/viewtopic.php?t=61308]]  
 
[[FILE:cutechess.jpg|none|border|text-bottom|link=http://www.talkchess.com/forum/viewtopic.php?t=61308]]  
 
Cute Chess TDI <ref>Image from [http://www.talkchess.com/forum/viewtopic.php?t=61308 Cute Chess 0.9.0 (GUI) released] by [[Ilari Pihlajisto]], [[CCC]], September 02, 2016</ref>  
 
Cute Chess TDI <ref>Image from [http://www.talkchess.com/forum/viewtopic.php?t=61308 Cute Chess 0.9.0 (GUI) released] by [[Ilari Pihlajisto]], [[CCC]], September 02, 2016</ref>  
 +
 +
=Versions=
 +
* 0.9.0 (1.0 pre-release) was announced in September 2016 <ref>[http://www.talkchess.com/forum/viewtopic.php?t=61308 Cute Chess 0.9.0 (GUI) released] by [[Ilari Pihlajisto]], [[CCC]], September 02, 2016</ref>.
 +
* 1.0.0 was announced in July 2017 <ref>[http://www.talkchess.com/forum/viewtopic.php?t=64669 Cute Chess 1.0.0 released] by [[Ilari Pihlajisto]], [[CCC]], July 20, 2017</ref>.
 +
* 1.2.0 was announced in August 2020 <ref>[http://www.talkchess.com/forum3/viewtopic.php?f=2&t=74741 Cutechess 1.20 released] by [[Günther Simon]], [[CCC]], August 10, 2020</ref>.
  
 
=See also=
 
=See also=
Line 22: Line 27:
 
* [http://www.talkchess.com/forum/viewtopic.php?t=64669 Cute Chess 1.0.0 released] by [[Ilari Pihlajisto]], [[CCC]], July 20, 2017
 
* [http://www.talkchess.com/forum/viewtopic.php?t=64669 Cute Chess 1.0.0 released] by [[Ilari Pihlajisto]], [[CCC]], July 20, 2017
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=67044 How to play vs LCZero with Cute Chess gui] by Hai, [[CCC]], April 08, 2018 » [[Leela Chess Zero]]
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=67044 How to play vs LCZero with Cute Chess gui] by Hai, [[CCC]], April 08, 2018 » [[Leela Chess Zero]]
 +
* [http://talkchess.com/forum3/viewtopic.php?f=2&t=66430 cutechess gui build] by [[Marco Belli|elcabesa]], [[CCC]], Jan 27, 2018
 +
 
==2020 ...==
 
==2020 ...==
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=74741 Cutechess 1.20 released] by [[Günther Simon]], [[CCC]], August 10, 2020
 
* [http://www.talkchess.com/forum3/viewtopic.php?f=2&t=74741 Cutechess 1.20 released] by [[Günther Simon]], [[CCC]], August 10, 2020

Revision as of 20:45, 4 October 2020

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.

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 [2]

Versions

  • 0.9.0 (1.0 pre-release) was announced in September 2016 [3].
  • 1.0.0 was announced in July 2017 [4].
  • 1.2.0 was announced in August 2020 [5].

See also

Forum Posts

2016 ...

2020 ...

External Links

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

References

Up one Level