Game Development for Kids with GDevelop - Tiled Sprite

in Education3 years ago

In previous tutorials, we have learned Particle Emitter. I didn't do much of in depth in it to avoid the complications. So I thought it's time to move to another topic. This time we are going to see how to use tiled sprite inside the game.

Like there are some sprite which have repeat background. And you can use them as a tile. So say like wall, sky, grass are the natural elements in the game which can be used in that case.

Tiled sprites are pretty much important in the 2D Games as you use the elements in repeat and make sure to use them in the right way to avoid making it complicated and stale. You have to experiment with placement.

Before we move onto the tutorial, let's take a look at what we have done so far.

So here is the table of content of the previous tutorials that you can follow for making the specific parts of the game development.


  1. GDevelop - How to Create Project
  2. GDevelop - How to Create Scene
  3. GDevelop - How to add background Image
  4. GDevelop - How to add Image Sprite
  5. GDevelop - How to Horizontal Scroll
  6. GDeveop - How to Vertical Scroll
  7. GDevelop - How to Switch Level or Scene in Game
  8. GDevelop - Switch Scene or Level
  9. GDevelop - Add Force to Sprite
  10. GDevelop - Key Press Change Background
  11. GDevelop - Particle Emmiter

Make sure to download the Gdevelop and then start to use it immediately. No need of big install. Just download and get started. You can also enable the auto update with the update channel so that it can update in the background.

Also I have explained this before but make sure to backup your projects. Because lack of the electricity and other effects make it difficult to backup the projects. And so you could lose the work. Make sure to use the git or even local backup for the regular backup of game projects.

As of now we have done 11 tutorials in the GDevelop series. And you can check the above table of content to check them out any time you want. They don't cover the step by step approach so feel free to pick any random video out of it and get going with the code.


Image Credit: GDevelop


Follow the instructions below to work with the Tiled sprite in the game.

  1. Install GDevelop from official site.
  2. Open up Gdevelop.
  3. Create new project.
  4. Click on project explorer on left top panel.
  5. Choose scene.
  6. After adding the scene, lets add the background for the game.
  7. You need to add new object.
  8. Download the tiled sprites from the internet sites like opengameart, itch etc.
  9. Now add object by clicking plus icon.
  10. Now use the Tiled sprite object.
  11. Now choose the file for the tiled sprite.
  12. Add the name for the tiled sprite.
  13. Save the settings.
  14. Now drop the object on the scene.
  15. Expand the tile using the selection and spread tool options.
  16. Now save the settings.
  17. Preview the game scene.

That's it. Now that you have learned how to add the tiled sprite into the scene and you can now view the scene by pressing the play button.

You may notice that in video I am making use of the fantasy forest which is pretty good design for small games. You can make use of many other different type of the assets depending on how it suits your game scenario. I'd recommend making your own if you can't make use of the stock assets that are out there.


You can follow the instructions through the video tutorial as well.


You have plenty of options to download the Tile art. Like say itch io has some of the good artists and the designers. And most of the art is pretty cheap there. And so for making initial type of the games you can definitely try to make use of them. Once you have enough money go for the envato studio's art assets for the game.

There are some assets that you can use from the opengameart. You will learn a lot of things along the way and also you don't have to worry about the license and the price. So start with what you have and build on that. As that seems to be the formula for the better game at the end. We will see more in depth tutorials later.

We will continue the further game development topic in next post.