BrickBreaker is console implementation of the popular old brick breaking game. It was build by the Parmel team as a homework for the Java Basics course at SoftUni.
- Download the BrickBreaker.jar and start it with the command:
java -jar BrickBreaker.jaror double click on Windows and OS X.
Up to date instructions can be found at the official website: http://brickbreaker.us.to/
- JDK 1.8 or greater
- Apache Maven
- Eclipse Kepler or greater with the m2e plugin installed
- Get the sources:
git clone https://github.com/parmel/BrickBreaker.git- or download master archive from GitHub
- Open Eclipse and create a new Workspace or use enter already created one (first option is preferred)
- Go to
File -> Import..., chooseMaven -> Existing Maven Projectand choose your cloned repository/ downloaded files
- Emrah - game logic
- Grigor - user interface and technical docs
- Yuliyan - game story, user docs and website