Level Loading

In this section, you will learn how to load and manage levels in your game. This involves:

  • Creating a custom asset format
  • Implementing an asset loader
  • Accessing the asset at runtime
  • Displaying the level based on its file

Checkout the branch:

git checkout 07-level-loading