Package com.prineside.tdi2


package com.prineside.tdi2
The game itself. Some classes in the root of this package are abstract and represent a foundation of a more specific implementations (for example, Tower is the class extended by everything in the .towers package). The game starts loading from a Game class, which is basically a central point of everything - if you want to better understand the lifecycle of the game, check that class.