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

Add Tower Class #87

Closed logan-r closed 9 years ago

logan-r commented 9 years ago

Create a class for towers. This class contain three objects as properties: model (tower.m), view (tower.v) and controller (tower.c). The model should contain one property: the type of tower (e.g. "lightning", "curse"). The view should be a phaser sprite. Finally, the controller should be an empty object.