Skip to content
/ Z2 Public

A small game project as the homework of my c++ lesson.

Notifications You must be signed in to change notification settings

140378476/Z2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A small game project as the homework of my c++ lesson.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages