Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.03 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.03 KB

GTK-Chess

license: WTFPL documentation: latest

UCI chess engine GUI written in C.

Main window

Currently implemented

  • 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

Build

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.

Make

Simple make should produce GTKChess executable.

N.B. make is using clang as default compiler.

Meson

meson setup build
cd build
meson compile