logan-r / vilify

Unleash Your Inner Mad Scientist and Destroy the World (with Ice Cream) in this Open Source HTML5 Game
http://logan-r.github.io/vilify/
GNU General Public License v3.0
32 stars 25 forks source link

Projectiles #61

Closed logan-r closed 10 years ago

logan-r commented 10 years ago

Right now, we only have a Bullet class. A Projectile super class needs to be created that will be a parent of Bullet, Cloud, Beam, and any other projectile that we need.