Summary
We are very nearly done. We learned how to animate a sprite sheet and create a parallax effect. We then put both things into action in the game.
We have one more game object to implement, the moving platforms and we also need to implement collision detection in the PhysicsEngine
class. We will complete this game in the next chapter.