Block breaker game in java
2007
This project was developed during my bachelor degree in Caen, France.
Arkanoid is a block breaker arcade game. Controlling a paddle-like craft known as the Vaus, the player is tasked with clearing a formation of colorful blocks by deflecting a ball towards it without letting the ball leave the bottom edge of the playfield. Some blocks contain power-ups that have various effects, such as increasing the length of the Vaus, creating several additional balls, or equipping the Vaus with cannons. Other blocks may be indestructible or require multiple hits to break.
You can download the JAR file and try it here
- Download this project as zip and extract it
- Download Apache Netbeans
- Import the project and choose build and run.