3

PACKAGE SCHEMA

GTGE API is divided into several packages based on class functionality.
The main packages are:

  1. com.golden.gamedev package
    the core of the game, provides the game environment.
  2. com.golden.gamedev.object package
    provides objects in game, such as sprite, background, etc.
  3. com.golden.gamedev.genre.xxx package
    provides extended game objects for specific game type, such as platform game, role playing game, etc.

Generally you only deal with these three packages.

For a beginner, that's all you have to know about GTGE packages
    Now let's start with the basic game programming....

1 2 3 4 5 6 7
<< Previous Page Next Page >>