
Brick Breaker
bll = new Ball (0,0,1,2,color (random (255),random (255),random (255)));//creates a ball that will bounce around the screen. rectMode (CENTER); Paddle = new Paddle (height,120,30);//creates the paddle that will hit the ball into the bricks. brickslist = new ArrayList ();//create an empty array list.