Summary
In this chapter, we started the Tower Defense game, designed the game level, and created the prefabs. Inside these latter ones, we already have most of the logic of our game implemented in the scripts attached to the prefabs.
Before progressing further, we should take some time to put all the pieces together, to have an overview of how the game will appear. It should look something like the following:
So, let's move into the next chapter, where we will integrate the UI into our game!