This prototype was created for an assignment requiring: Third-person character with animations 3+ moving parts (platforms, bullets, etc.) I expanded on these requirements by implementing a ...
Need to redo this with an improved object manager, to handle all game object types correctly (need to circumvent the current casts to subclasses of VisibleGameObject). Could improve collision and ...