home HOME

School
Java Games (CSIS 4491)
KSU Webpage Setup
KSU Email Forwarding

Shell Extension Projects

Other Projects

Tech. Reference

Links
Codeproject
Google
HTML Tutorial
MSFN (forums)
DonationCoder
LifeHacker

About



pixels

CSIS 4491 - Game Programming in Java


updated: Mar 13th, 2007:




Lab 2 - Moving Sprites


This lab implements 2D sprites as moving shapes. The shapes are subclassed from a commonly inherited class, MovingShapes, which is in turn a subclass of Sprite2D.
The shapes have movement patterns that are individually defined for each specific class.