/Asteroids

An own implementation of the game Asteroids

Primary LanguageJava

Overview

This project is an own implementation of the popular game Asteroids. There will two game-modes within the project, one where you have to fight enemies and one where you have to destroy all asteroids.

Run the Game

To run the game, open the following files and run these as a Java Application:

  • Part 2 - Play against enemy-ships: go to 'src' -> 'asteroids.part2' -> 'Part2.java' and run 'Part2.java' as a Java Application
  • Part 3 - Try to destroy all asteroids: go to 'src' -> 'asteroids.part3' -> 'Part3.java' and run 'Part3.java' as a Java Application

Note that Part 1 is deprecated. This side-project was used to setup the game and later used for testing purposes. It is not possible to run Part 1 any more due to a change in the game mechanics. Part 2 (and Part 3 correspondingly) extends Part 1 thus it was not possible to delete Part 1 and rename Part 2 and 3 without rewrite quite some code (where I didn't found the effort for to do this).