Skip to content
This repository has been archived by the owner on Jan 23, 2018. It is now read-only.

TyrealGray/AssassinWar

Repository files navigation

#AssassinWar

###This is a 2D-Game that based on QT 4.8.5

###The Inspiration came form a RPG-map of Warcraft3 in China

###Each players control one Assassin that looks like normal people

###The whole game is about finding other Assassins and kill

###Be sure that you only kill Assassin(other players)

###Becuase you will get Punishment if you kill the innocence NPCs

To open this project you need:

  • vs2010 sp1
  • QT4.8.5
  • GTest 1.7.0

make sure your already set environment variable : $(GTest) for GTest 1.7.0 and $(QTDIR) for QT4.8.5

if you want to comment a lib, just write in commentlib.h in AW project flie such like:

#ifdef _DEBUG
#pragma comment(lib,"QtUiToolsd.lib")
#pragma comment(lib,"MapLoaderd.lib")
#pragma comment(lib,"GameModuleSetd.lib")
#else
#pragma comment(lib,"QtUiTools.lib")
#pragma comment(lib,"MapLoader.lib")
#pragma comment(lib,"GameModuleSet.lib")
#endif // _DEBUG

Every project path setting should begin with $(ProjectDir),do not use $(SolutionDir)!!!

other project linkGTest 1.7.0 And QT 4.8.5 GUI