Step 1 – On Start Block

Tilemap


  • Our tilemap (Scene section) for this game should be a little better looking. We’re also going to set it up so we can add more later on. To do this, we will make it one tile bigger on the right and bottom and add some walls. We leave spaces on the walls to walk through if you decide to add more areas.
  • Arrays


  • Use the first block in Arrays to create an array of Pokemon that could spawn in the game. Fill it will Pokemon you select from our presets. We also need an empty array to store the Pokemon we already caught.