Lessons: 16Length: 2.2 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

5.1 Building Levels

We've already learnt how to represent a tile-based game in a two-dimensional array, but while tiles are great for certain types of games, they won't work for our space shooter. We'll take a look at a hybrid approach that will give us fine-grained control, along with the ease of use that comes with tiles.