-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e6a8b4c
commit 78b2215
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
# Arkanoid-Base | ||
|
||
## About: | ||
Surely you know the game Arkanoid? If you answered no, you probably just didn't know that was its name. To check out the original game, go | ||
Surely you know the game Arkanoid? If you answered no, you probably just didn't know that was its name. | ||
To check out the original game, go | ||
to the following link: https://en.wikipedia.org/wiki/Arkanoid | ||
|
||
So, in this project, we began with the basics of the game - a moving paddle, blocks that count the amount of hits it receives, etc. | ||
For the full assignment, click https://github.com/yoavg/ioop2016/wiki/Assignment-3 | ||
For the full assignment, click https://github.com/yoavg/ioop2016/wiki/Assignment-3. Additionally, I added a UML diagram of the different relations between the classes. Check it out, it's called UML.pdf | ||
|
||
## Run the Project: | ||
In order to run the program, download the ex3.jar file onto your computer. Enjoy! | ||
|
||
|
||
|
||
 |