Skip to content

coyotte508/cutechess

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cute Chess

Cute Chess is a graphical user interface, command-line interface and a library for playing chess. Cute Chess is written in C++ using the Qt framework.

Installing

Binaries are available for cutechess-cli, the command-line interface of Cute Chess. The latest version is 0.5.1.

The GUI doesn't have a binary release at this time.

Compiling

Cute Chess requires Qt 4.6 or greater and qmake. Qt 5 is not currently supported.

In the simplest case you only have to issue:

$ qmake
$ make

If you are using the Visual C++ compiler replace make with nmake. To build on OS X add -spec macx-g++ to the qmake command.

Documentation is available as Unix manual pages in the docs/ directory.

API documentation can be built by issuing make doc-api (requires Doxygen).

License

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.

Credits

Cute Chess was written by Ilari Pihlajisto and Arto Jonsson.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.0%
  • C 9.3%
  • Other 0.7%