Uses of Class
playground.BreakoutLevelBase
Packages that use BreakoutLevelBase
Package
Description
The package playground contains all level specific logic and control of level logic.
-
Uses of BreakoutLevelBase in playground
Subclasses of BreakoutLevelBase in playgroundModifier and TypeClassDescriptionclass
simple solution example for Breakout game.class
Class that generates a level with one egoObject, ball and ten bricks which need to be destroyed with the ball.class
class
class
Advanced version of abstractBreakoutLevelBase
providing a complete implementation ofBreakoutLevelBaseAdvanced.prepareLevel(String)
.