In this project we create the Arkanoid game base on GUI interface of the Bar-Ilan university.
This is assignment in the oop-course of Bar-Ilan University.
The goal is to eliminate all the blocks on the screen.
Every time ball hit block, the block disappeared.
The control in the balls achieved by moving the paddle in the bootom of the screen by the keyboards left and right arrows.
To pause the game use p. To continue, use SPACE.
There are 4 levels in this game:
Level 1:
Level.4.mp4
First, clone the repo. Than use the following commands inside the project folder:
To run this game from level 1 to 4 use the command ant run.
To run in any other levels order use the command ant run -Dargs="levels order".
For example, to start the game in level 2 and after win it move to level 4 write ant run -Dargs="2 4".
To clean all the compilation files use ant clean.
To compile the game without run it use ant compile.
- Java
- Ant

