The Easy Game Pack is composed by 2 main parts:
-
A C++ DLL called S2GamePack.dll
containing the class definition and the low-level code implementation of game components like player and enemy characters, weapons, but also missions, score manager and many more.
-
An asset package called EasyGame
containing all out of the box assets to be used, in conjuction with low-level code, in your game, such as: models, textures, props, game machines, UI, etc..
There are 2 ways in which you can install Easy Game Pack in a project:
|