Place holder for Term Project stuff

Tyler Evans


Update – 12/4/2008 8:01 PM EST

Finished! Well, as finished as I'll ever be, major update since last time. Have all ships working, boss, background music.


Download .zip file here (contains all .java files and sprites, must compile first)


Update – 11/24/2008

Made base class for Sprite, it will be used to handle the sprites, not the ships


Update – 11/17/2008

Created a few sprites, UserShip, and all the enemy ships except the EnemyBossShip.


Sprites


Background Music


Links to Source Code


Main – SpaceFrontier

holds main method


Sprite – class for sprites


SpriteStore – class for sprite traffic


Entity – class for Entity, super class to other ships


ShipEntity – class for users's ship


NormalEntity – class for normal enemy ship


FastEntity – class for fast enemy ship


BossEntity – class for pattern enemy ship


BossShot – class for boss enemy ship


ShotEntity – class for user's shot entity