Skip to content

omerbadichi/Arknoid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Arknoid

Overview

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.

User Guide

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.

levels

There are 4 levels in this game:
Level 1:
level 1

Level 2:
level 2
Level 3:
level 3
Level 4:

Level.4.mp4

run

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.

Requirements

  • Java
  • Ant

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages