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

Create Projectile Class #88

Closed logan-r closed 9 years ago

logan-r commented 9 years ago

Create a class for projectiles. This class contain three objects as properties: model (projectiles.m), view (projectiles.v) and controller (projectiles.c). The model should have weight, velocity properties, as well as the type of projectile (e.g. "bullet" or "lightning bolt"). The view should be a phaser sprite. Finally, the controller should be an empty object.