Skip to content

Aircraft Controller

Paulius Imbrasas edited this page Jan 16, 2014 · 2 revisions

Initiated in the GameScreen, it creates, controls, manages and destroys aircraft. Further more, it also controls, manages and destroys waypoints.

Initialisation

As it is created in the GameScreen, it has to manage many different things, meaning it has receives quite a few arguments when created:

  • GameDifficulty diff - uses to change variables (according to our Assessment 1 document - separation radius).
  • Airspace airspace - a wrapper (Group) in which all aircraft and waypoints are inserted.
  • Table sidebar -
  • GameScreen screen -

Clone this wiki locally