For week 2 we need to get bullets flying and an example of a melee attack.
To do it, we will need to implement the third tier of our architecture - the SceneManager. Make the scene manager a "unique instance" so that other objects can reference it. And create a bullet pool.
In week 3 we implement sprites and animated sprites into our game!
Get our environment up and working! Implement terrain to be able to paint in levels. Implement parallax layers for moving backgrounds.