A Java-based clone of the classic arcade game Arkanoid, built with the LibGDX game engine.
Key Features • Installation • How To Play • Credits
- Classic gameplay mechanics inspired by the original Arkanoid.
- Nine challenging levels with increasing difficulty.
- Seven unique power-ups for enhanced gameplay.
- Original sound effects for an immersive arcade experience.
- Gradle-based build system for easy project management.
- Clone the repository:
git clone https://github.com/leandro-barcelos/arkanoid.git
- Navigate to the project directory:
cd arkanoid
- Build the project using Gradle:
./gradlew build
- Run the game:
./gradlew desktop:run
Alternatively, download the latest release from the releases page. Ensure you have Java installed, then run the game with:
java -jar Arkanoid.jar
- Use the arrow keys to move the paddle left and right.
- Prevent the ball from falling below the paddle.
- Break all bricks to advance to the next level.
- Collect power-ups for additional abilities.
- Leandro Barcelos - Development and design
- LibGDX - Game engine
GitHub @leandro-barcelos ·
LinkedIn @leandro-b-ferreira