/chess

Chess game app in QML and C++

Primary LanguageQML

chess

Small software project from university. Chess GUI written in QML and logic is in C++. CMake is used as build system. App consists off two parts: server and client. Client has 2 game modes: offline and online. Online is currently not tested. Offline should have 2 modes: player and AI. Chess engine itself is moved to separate repository as standalone project.

GUI

alt text

TODO

  • Test online
  • Finish and test computer player
  • Fix GUI layout bugs