/Arkanoid

Java Arkanoid game created during the course OOP at Bar Ilan University

Primary LanguageJava

Arkanoid:

Arkanoid Game(Java) using BIU OOP API(API designed by Bar-Ilan University for students to practice on OOP) designed as a project at the OOP course in Bar Ilan University

Installation

Download the project and java to your computer. Go to terminal or cmd, locate the file:

cd java\ arkanoid

Now you have to compile, create a jar, I create a makefile to ease this step and run the game:

make compile
make jar
make run

Contributing

Feel free to do updates, make the game better.

License

MIT