Here are the packages with brief descriptions (if available):
[detail level 12]
NBlaze_Brigade | |
NController | The controller in MVC. These classes will control how the Model is used, and how the View will be displayed to the user. |
▼NModel | The model in MVC. These classes contain the structure of the game, and will be controlled by Controller, and displayed in View. |
NMap_Module | The Map Module, containing all classes related to setting up the working game map. |
NUnit_Module | The module containing all unit related classes and interface. |
NWeapon_Module | The module containing all weapon related classes and interfaces. |
▼NView | The view in MVC. These classes deal with the view that the user sees in the game. |
NMenu_Module | The Menu Module containing all menu related classes. |