Codebase list knights / 1108f9bb-099b-49e0-bc41-d6d577cdf11d/main
1108f9bb-099b-49e0-bc41-d6d577cdf11d/main

Tree @1108f9bb-099b-49e0-bc41-d6d577cdf11d/main (Download .tar.gz)

# Knights

Knights is KDE's chess frontend. It supports playing local games against human players or against chess engines (XBoard and UIC)
[![](https://cdn.kde.org/screenshots/knights/knights_main.png "Main Window - Human vs. Engine")](https://cdn.kde.org/screenshots/knights/knights_main.png)

as well as playing online games on FICS server:
[![](https://cdn.kde.org/screenshots/knights/knights_seek_graph.png "Seek Graph")](https://cdn.kde.org/screenshots/knights/knights_seek_graph.png)

Furthermore, it is possible to watch two different chess engines playing against each other:
[![](https://cdn.kde.org/screenshots/knights/knights_main_2.png "Main Window - Engine vs. Engine")](https://cdn.kde.org/screenshots/knights/knights_main_2.png)

Knights is not bound to any specific chess engine and talks to every engine supporting either the XBoard or the UIC protocols. For couple of well known open-source chess engines provided by linux distributions, knights has an auto-detection of installed engines which simplifies the initial configuration:
[![](https://cdn.kde.org/screenshots/knights/knights_auto_detect_engines.png "Auto Detection of Chess Engines")](https://cdn.kde.org/screenshots/knights/knights_auto_detect_engines.png)


# Required Packages

* CMake version 2.8.12 or higher
* ECM (extra cmake modules)
* KDE Frameworks (including the devel-package)
* KDE Games libraries (including the devel-package)
* Qt version 5.6 or higher (including the devel-package, libqt5-devel or similar)


# How To Build Knights

To build and to install the project, execute

* cd <project_name_path>
* mkdir build
* cd build
* cmake -DCMAKE_INSTALL_PREFIX=<path_to_install_>
* make
* make install or sudo make install or su -c 'make install'

To uninstall the project, execute
* make uninstall or sudo make uninstall or su -c 'make uninstall'


# Bug Reports and Wishes
Use [KDE Bugtracking System](https://bugs.kde.org/) to report any kind of issues with Knights.