No description
Find a file
Michael Catanzaro 6ce6d59c4a Split engine support into a separate internal lib
The chess engine support currently lives in src/, which otherwise
handles only GUI functions. This is a little misplaced, because engines
are not related to the GUI. So lib/ would be a better location for it.

Except all the engine support is actually higher-level than lib/. So we
can nicely fit it in between src/ and lib/ by creating a second internal
lib, libengine.

This is only a small benefit, but it's nice to keep src/ focused on the
GUI.
2020-12-24 12:10:58 -06:00
data Use GResource for piece images 2020-12-24 11:56:53 -06:00
doc Add CECP/UCI specs under doc/ and move PGN spec 2015-11-29 14:05:50 -06:00
engine Split engine support into a separate internal lib 2020-12-24 12:10:58 -06:00
help Update Ukrainian translation 2020-12-24 07:26:29 +00:00
lib Fix some new switch warnings 2020-12-05 10:04:20 -06:00
po Update Ukrainian translation 2020-12-24 18:07:23 +00:00
src Split engine support into a separate internal lib 2020-12-24 12:10:58 -06:00
tests Tests should not be installed 2018-03-11 12:42:16 -05:00
.gitlab-ci.yml ci: push to the nightly repo 2020-08-02 16:09:01 +00:00
COPYING Update license 2016-02-16 02:09:58 +05:30
gnome-chess.doap Update doap 2020-12-04 15:10:02 -06:00
meson.build Split engine support into a separate internal lib 2020-12-24 12:10:58 -06:00
meson_post_install.py Ported build system to Meson. 2017-09-08 23:09:12 -05:00
NEWS Update NEWS 2020-12-06 12:13:22 -06:00
org.gnome.Chess.json Update version of gnuchess 2019-08-05 15:05:54 -05:00
README.md Fix flathub link and add link to user manual 2019-08-27 21:08:22 +00:00

GNOME Chess

GNOME Chess is a 2D chess game, where games can be played between a combination of human and computer players. GNOME Chess detects known third party chess engines for computer players.

Download on Flathub