This is a simple Arkanoid game implemented in Java.
- Classic Arkanoid gameplay with bricks, paddle, and ball.
- Multiple levels with increasing difficulty.
- Special bricks.
- Score tracking.
- Java Development Kit (JDK) 8 or above installed.
- Apache Ant installed.
- Clone the repository:
git clone https://github.com/OmrArad/arkanoid.git - Navigate to the project directory:
cd arkanoid - Unzip
ass6.zip
- Build the project using Ant:
ant compile - Run the game using Ant:
ant run
- Use the left and right arrow keys to move the paddle.
- Launch the ball by pressing the spacebar.
- Break all the bricks with the ball to complete each level.
- Avoid letting the ball touch the bottom edge of the screen.
- Reach the highest score possible!
Contributions to the Arkanoid game are welcome. If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License.
- This game is inspired by the classic Arkanoid game.
Enjoy playing Arkanoid and have fun breaking bricks!