/chess_QT

A local multiplayer chess game created using QT framework and C++11

Primary LanguageC++

#Chess

Local multiplayer chess game created using QT framework. Technologies QT+QML, C++11.

Features

  • Start new game
  • Save game
  • Load previously played game
  • Go through the history of the moves
Screen_1

screen_1

Screen_2

screen_2

Screen_3

screen_3

How to build

Install QT 5.6

  • go to QT official site : https://info.qt.io/download-qt-for-application-development
  • press "Get your open source package" button. On the opened page, press "Download Now" button. (it will download qt online installer. Don't forget to choose QT.5.6 when the installer asks which QT version should be installed).

Run Qt creator

open Chess.pro file

build and run the project