Skip to content

pddshk/GTK-Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

UCI chess engine GUI written in C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •