UCI chess engine GUI written in C.
- Basic UI
- Enter move via grag-and-drop
- Enter move via consecutive clicks
- Move vaidation (i.e. game rules)
- Ability to run engine
- Interaction with engine
- Show engine output on GUI
The project is supposed to be built and run on Linux, and all the development process is done under the Linux platform, however it is supposed to run on Windows and Mac as well. Requires gtk+-3.0
and librsvg-2.0
.
Feel free to use make
or meson
.
Simple make
should produce GTKChess
executable.
N.B. make
is using clang
as default compiler.
meson setup build
cd build
meson compile