Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 3.5 KB

README.md

File metadata and controls

63 lines (49 loc) · 3.5 KB

Missile Defense Command

Welcome to one of my COMP 3609 Game Programming projects! This game was designed using the teachings of the COMP 3609 gaming programming course as well as in conjunction with the Java 2D API. The story follows a city that is under attack following the start of World War V. As the protagonist, you operate a laser cannon in defense of the city and must use it to destroy as many missiles as possible before they impact the city.

Completed on 19th March 2022, and uploaded to GitHub on 12th October 2023 to be archived.

INSTALLATION INSTRUCTIONS

  • Ensure Java Development Kit is installed.
  • Navigate to the root directory of the project.
  • Open a terminal within the directory and enter the following:
javac GameApplication.java -Xlint:unchecked
  • Once compiled, enter the following:
java GameApplication 
  • Enjoy!

FEATURES

The following is a list of features that are implemented into the game:

  • Score tracking.
  • Dynamically increasing difficulty based on score.
  • Limited lives.
  • Bonuses that give you additional lives.

CONTROLS

  • The player takes control of the cannon using the mouse, and shoots by clicking.

RESOURCES USED

Images:

Animation:

Sounds:

Image FX:

  • DisintegrateFX by The P. Mohan, 2022
  • RotateFX by The P. Mohan, 2022

PROJECT DELIVERABLES