Skip to content

Cute Chess is a graphical user interface, command-line interface and a library for playing chess.

License

Notifications You must be signed in to change notification settings

jconsidi/cutechess

This branch is 122 commits behind cutechess/cutechess:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8cd2d79 · Sep 10, 2021
Aug 29, 2021
Sep 10, 2021
Jul 23, 2020
Jul 4, 2021
Jul 4, 2021
Sep 5, 2021
Nov 9, 2013
Feb 10, 2018
Dec 10, 2020
Sep 5, 2021
Sep 9, 2019
Jul 8, 2018
Jul 21, 2008
Sep 10, 2021
May 23, 2017
Sep 10, 2021
Jul 3, 2021

Repository files navigation

Cute Chess

GitHub CI

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.

Installation

Binaries

See the Releases page.

Building from source

Cute Chess requires Qt 5.12 or greater, a compiler with C++11 support and qmake. Cute Chess depends on the following Qt 5 modules:

  • qt5-widgets
  • qt5-svg
  • qt5-concurrent
  • qt5-printsupport
  • qt5-testlib (optional: unit tests)

Run these commands:

$ qmake
$ make

If you are using the Visual C++ compiler replace make with nmake.

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

For detailed build instruction for various operating systems, see the Building from source wiki page.

Running

The cutechess program is the graphical user interface of Cute Chess. It can be run either from command-line or from your desktop environment's application launcher.

The cutechess-cli program is the command-line interface for playing games between chess engines. For example, to play ten games between two Sloppy engines (assuming sloppy is in PATH) with a time control of 40 moves in 60 seconds:

$ cutechess-cli -engine cmd=sloppy -engine cmd=sloppy -each proto=xboard tc=40/60 -rounds 10

See cutechess-cli -help for descriptions of the supported options or manuals for full documentation.

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, Arto Jonsson and contributors

About

Cute Chess is a graphical user interface, command-line interface and a library for playing chess.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.4%
  • Other 1.6%