krwc / qtchess

Incomplete chess GUI talking with chess engines via UCI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C++ 99.4%Language:CMake 0.6%