https://github.com/omerap12/arkanoid
https://github.com/omerap12/arkanoid
biu java
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/omerap12/arkanoid
- Owner: omerap12
- Created: 2021-09-26T08:38:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T09:36:08.000Z (over 2 years ago)
- Last Synced: 2025-03-21T09:51:09.161Z (about 2 months ago)
- Topics: biu, java
- Language: Java
- Homepage:
- Size: 75.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ARKANOID
ARKANOID game project written in Java as project in OOP course at Bar-Ilan University.
## Running
To start this game run
```bash
ant compile
```
And then.
```
ant run
```## Game Info
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.