Skip to content
/ qtchess Public

Incomplete chess GUI talking with chess engines via UCI

Notifications You must be signed in to change notification settings

krwc/qtchess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess gui written in C++ and Qt.

Main window

Currently it supports UCI engines (but it was not tested extensively) and importing positions from FEN strings.

Compilation & run instructions:

  1. cd build
  2. cmake ..
  3. make
  4. ./qtchess

Todo:

  1. Fixing all FIXME / TODO in source code.
  2. Exporting games to PGN.
  3. Importing games from PGN.
  4. Layout management.
  5. ???

About

Incomplete chess GUI talking with chess engines via UCI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published