Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 894 Bytes

File metadata and controls

24 lines (16 loc) · 894 Bytes

Z2

Z2 is a small game project as the homework of my summer c++ lesson. It is a turn-based strategy game played on a chessboard-like tiled plane, which gives it the name "Z2".

Download

Direct download of the executable game file is available, as well as a Chinese introduction of this game.

Link: https://cloud.tsinghua.edu.cn/d/58c41992365e42278b4e/

Dependencies

The project Z2 requires C++ 14 and Qt 5.9.

Open the Project

The project Z2 is developed using two IDEs: CLion and QtCreator. We assume that these IDEs are installed.

First, clone the git repository and open it with CLion. Second, run CMake install with CLion. Third, use QtCreator to open Z2.pro in folder qt/Z2, then setup the project (default settings are okay). Finally, run the project in QtCreator, and everything is done.