Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 583 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 583 Bytes

Arkanoid

Implementation of Arkanoid game in Java.
Game was written by me in October 2009.

The game has 4 levels that are described in levels.xml file.
You can add as many new levels as you like, but pay attention to xml syntax and (x,y) coords.

Speed of ball increases over time.
Game also has some bonuses like:

  • Life + / Life -
  • Ball speed up / Ball speed down
  • Add extra ball
  • Increase / Decrease stick length
  • Increase / Decrease ball radius

Screenshots:

Level 1 Level 2 Level 3