Uses of Package
de.farafin.snEADy.world

Packages that use de.farafin.snEADy.world
de.farafin.snEADy   
de.farafin.snEADy.world   
 

Classes in de.farafin.snEADy.world used by de.farafin.snEADy
C_World
          this class contains all calculations of the play field.
 

Classes in de.farafin.snEADy.world used by de.farafin.snEADy.world
C_Arena
           
C_GameObject
          all objects in the world should extend fromthis class. this is the representation of the Objects on the playfield. so to say their body.
C_Goody
           
C_Snake
          this is the snake.. the body of the player controlled objects
I_World_interface