jonhoo / CopterFight

A game developed using JavaGameUtils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple game where you should collect coins and avoid killer UFOs.
Your score is calculated based on how many coins you collect, how many UFOs you destroy and how long you manage to stay alive.
The game is controlled using the arrow keys, spacebar to shoot, p to pause and r to reset the game.

To run the game, compile the game using:
javac CopterFight.java
and run it with:
java CopterFight
NOTE:
This game utilizes JavaGameUtils (https://github.com/Jonhoo/JavaGameUtils) and JavaMediaUtils (https://github.com/Jonhoo/JavaMediaUtils) which are both hosted on GitHub and included as submodules in the ext/ directory. If you are downloading this as a zip, make sure you also get JavaGameUtils and JavaMediaUtils.

The game was developed for the course 2D and 3D Games Programming at Bond University, QLD, Australia by Jon Gjengset <jon@thesquareplanet.com> in early 2011.
Last change: 28/02/2011
Subject: 2D and 3D Games Programming
Semester: 111
Assignment: 1

About

A game developed using JavaGameUtils


Languages

Language:Java 100.0%