Ball |
This class contains the information about the balls characteristics and behavior
|
Game |
This class contains information about the game (the model in MVC)
|
Level |
This class contains information about the running game
|
Paddle |
This class contains the information about the paddles characteristics and behavior
|
Position |
This class represents a position within the board in pixel coordinates
|
Stone |
This class contains information about the stones characteristics and behaviour
|
Vector2D |
This class represent a two dimensional vector.
|