#Chess
Local multiplayer chess game created using QT framework. Technologies QT+QML, C++11.
- Start new game
- Save game
- Load previously played game
- Go through the history of the moves
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