Game Development Reference
In-Depth Information
The folder structure
First you have the Classes folder; this will contain the classes for your application, and
are written entirely in C++. Below that is the Resources folder, where you find the im-
ages, fonts, and any kind of media used by the application.
The ios folder has the necessary underlying connection between your app and iOS. For
other platforms, you will have their necessary linkage files in separate folders targeting
their respective platform.
It is important to maintain this file structure. So your classes will go into the Classes
folder and all your images, sound files, fonts, level data should be placed in the Re-
sources folder.
Search WWH ::




Custom Search