Asteroids Bounce!
Java Game Programming (OOP)
Description
A clone of the classic game where a ship has to blast asteroids out of existence to survive. The ship is controlled using the mouse, and shots are fired with the space bar. Written in the Processing Java environment as an exercise in object oriented programming.
Instructions
- Click the frame below to give the applet focus.
- Press and hold the left mouse button to accelerate the ship towards the mouse pointer.
- Fire missiles with the space bar.
- Complete a level by shooting all asteroid blocks. You will see some statistics, then you can continue to the next level, with more asteroids to shoot!
Source code