Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 443 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 443 Bytes

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. ???