Skip to content

ofirbe/Arkanoid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arkanoid Game

Made by Ofir Ben Ezra.

This implementation of the classic Arkanoid game was written in Java as a project in the Object-Oriented course I took at Bar Ilan University.

The game has 3 level sets which you can enjoy.

Make File

the makefile has 3 targets:

  1. compile: compiles all packages in the src directory, using the resources in the directory with the same name, and using the biuoop jar and the tools provided by it.

  2. run: runs the game after compiling with the "compile" target.

  3. jar: generates the portable (uber - "fat") jar, which can later be moved and executed from any other computer that runs JVM, without the need for any other files.

About

Arkanoid Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published