Closed logan-r closed 9 years ago
On second though, this issue isn't very applicable to the code right now. The controllers should contain functions similar to move()
, attack()
, and jump()
- all of which need more stuff to be implement before they themselves can be implemented.
Add functions to the controllers of
Hero
,Monster
,Projectile
,AnimateObject
and/orFightingObject
to allow for control over movement.