This application is compiled into a .jar file. I developed the project using Java and built the game built around a driver class named GameDriver.java. Constructed intially with a UML diagram, this game has objects for each of the following:
Asteroid Bullet Point Pose Saucer Ship Sprite Vector2D
The driver used is:
GameDriver.java
The functionality for the game is provided in the class:
AsteroidsGame.java
Utility Classes:
GameUtils.java GameConstants.java
-
Download the asteroids .jar file
-
Run the application
-
Enjoy