Java, Object Orientation, Multithreading
Authors: Dan Lustig, Jerome Mueler, Anika Lewis
This is a tower defense game. It implements dynamically created objects in the form of zombie characters and shots made by the turrets. Multithreading can also be found in the character motion and animation.
Instructions:
make sure your java JDK is updated past 51
-
run command javac ZombieAttack.java
-
run command java ZombieAttack
Enjoy!