ARKANOID game project written in Java as project in OOP course at Bar-Ilan University.
To start this game run
ant compile
And then.
ant run
The game has 3 different Levels:
Direct hit - one ball, one block: need to hit the block with a clean shot.
FinalFour - three balls , classic level.
Green3 - two balls, classic level.
WideEazy - ten balls, one line of blocks.
Each block will give you 100 points. each round will give you an additional bonus points.