Final Arkanoid Project - OOP
This is the final product of our Arkanoid game. We added a main menu, the ability to read the level definitons in from files and a highscores table. We practiced using Java generics, as well as re-organize some of our code to remove code duplication using object composition and the decorator design patterns. To view the complete assignment, click: https://github.com/yoavg/ioop2016/wiki/Assignment-6
I uploaded a JAR file so that it the final project can be run easily on your computer. Simply download the file ex6.jar and enjoy!