This a release version of 2D brick breaker game by me.
t's a very simple package which includes all the basic functionaities of a brick breaker game.
It contains 3 scenes:
a) MainMenu: this scene is basically a start of th application; It coontains three buttons through which you can navigate in the game.
b)OptionScreen: this scene basically contains only one function for now, i.e to control the volume of the music using a slider.
layArea: this the main game where you play the game; It contains all the mechanics of a brick breaker game namely... scores, lives, etc..
Basically thats the whole package, if you like it please comment on it.