A small project I did after learning Java during my second year in college. Built the game using Java's built in awt, swing graphics library a few years ago. Levels continue infinitely. Every 2 levels, 3 smaller orange balls with randomized behavior will appear while every 4 levels, a red bigger ball that can pierce through bricks will appear. Ball speed and platform width increase relative to the level. I thought about adding more features like power up items, extra lives, but decided to scrap it and make other games.