All Projects → cutechess → Cutechess

cutechess / Cutechess

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

Labels

Projects that are alternatives of or similar to Cutechess

QDashBoard
Sample dashboard developed with QML. Login, plots and several screens.
Stars: ✭ 34 (-88.03%)
Mutual labels:  qt5
Project lemonlime
为了 OI 比赛而生的基于 Lemon + LemonPlus 的轻量评测系统 | 三大桌面系统支持
Stars: ✭ 255 (-10.21%)
Mutual labels:  qt5
Dde File Manager
File manager for deepin desktop environment.
Stars: ✭ 265 (-6.69%)
Mutual labels:  qt5
kale
Kirby's Adventure Level Editor (C++ / Qt)
Stars: ✭ 31 (-89.08%)
Mutual labels:  qt5
freeLib
freeLib - каталогизатор для библиотек LibRusEc и Flibusta
Stars: ✭ 19 (-93.31%)
Mutual labels:  qt5
Video2x
A lossless video/GIF/image upscaler achieved with waifu2x, Anime4K, SRMD and RealSR. Started in Hack the Valley 2, 2018.
Stars: ✭ 3,760 (+1223.94%)
Mutual labels:  qt5
beqdesigner
No description or website provided.
Stars: ✭ 15 (-94.72%)
Mutual labels:  qt5
Nagstamon
Nagios status monitor for your desktop.
Stars: ✭ 270 (-4.93%)
Mutual labels:  qt5
soha
A modern calendar written in qt-quick.
Stars: ✭ 30 (-89.44%)
Mutual labels:  qt5
Olivia
Elegant music player for LINUX
Stars: ✭ 261 (-8.1%)
Mutual labels:  qt5
ChessPositionRanking
Software suite for ranking chess positions and accurately estimating the number of legal chess positions
Stars: ✭ 78 (-72.54%)
Mutual labels:  chess
elo-js
Elo algorithm implementation in JS.
Stars: ✭ 18 (-93.66%)
Mutual labels:  chess
Mu
An open-source music manager.
Stars: ✭ 260 (-8.45%)
Mutual labels:  qt5
QtDemos
This is the collection of Qt demos to solve the problem from StackOverflow or I faced.
Stars: ✭ 23 (-91.9%)
Mutual labels:  qt5
Boomerang
Boomerang Decompiler - Fighting the code-rot :)
Stars: ✭ 265 (-6.69%)
Mutual labels:  qt5
UltimateMangaReader
A feature-rich online manga reader for Kobo E-Ink devices based on Qt5.
Stars: ✭ 72 (-74.65%)
Mutual labels:  qt5
Lichess Bot
A bridge between Lichess API and chess engines
Stars: ✭ 258 (-9.15%)
Mutual labels:  chess
Kristall
Graphical small-internet client for windows, linux, MacOS X and BSDs. Supports gemini, http, https, gopher, finger.
Stars: ✭ 272 (-4.23%)
Mutual labels:  qt5
Raspberry Pi Cross Compilers
Latest GCC Cross Compiler & Native (ARM & ARM64) CI generated precompiled standalone toolchains for all Raspberry Pis. 🍇
Stars: ✭ 261 (-8.1%)
Mutual labels:  qt5
Photoflare
Quick, simple but powerful Cross Platform image editor.
Stars: ✭ 260 (-8.45%)
Mutual labels:  qt5

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.11 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].