Summary
We learned a lot about asset and scene management in this chapter.
Specifically, we covered how to handle different kinds of assets, cache already loaded files, and implement scenes and mechanisms to manage these scenes.
We also touched on some topics such as textures and displaying an image on the screen.
Now that we know how to handle assets and scenes, we're ready to add the basics of our game—which is the topic of the next chapter.