-
Notifications
You must be signed in to change notification settings - Fork 152
Army structure
methusalah edited this page Apr 21, 2015
·
6 revisions
The army is one of the main package of the model. Army is a package of the battlefield that defines :
- the army manager, unique object which basicaly update army components accordingly to their actual state,
- the components.
Components are units, projectiles, buildings... inherited from abstract components FieldComp (for static comps) and hikers (for moving comps)
They use effects to interact with each other, players and terrain.
They use actors to have a visual representation on the view.
[Link to the scheme](https://docs.google.com/drawings/d/10V6rg519NEIGFwVEBf-Jur_q0_TtO5umoI1LoSMwD_Q/pub?w=1215&h=874)