Needs some work
It's a start at a game. Need to polish up your collision detection and ball movement. Also some major slowdown happens with just a few items on the screen. Look through your code loops and see where you can improve performance. The balls only bounce off the paddle and bricks (no ball vs ball bounce) so you really should be able to speed it up. Many other bugs and overall random feeling of controls make this not to fun to play.