This is my 2nd post in the series of teaching game development to kids. You can check out the first postin the series here.
GDevelop is open source and free software. It is perfect for kids who wish to get into game development. Unlike scratch, here you get more options and powerful way to make better games that can be even exported to Android.
In previous tutorial I showed you how to install GDevelop on Windows. And also shown you how to create a new project. Now once you create a new project, what you have to do is start with a new scene.
Image Credit: GDevelop
So here are my instructions on how to create a new scene.
That's it. You now have learned how to create a new scene in GDevelop.
You can also check out the video of this instructional tutorial.
In next few tutorials, we are going to see how to add sprite. And also learn how to animate the spirte and make the movement. This may take few more tutorials but we will learn how to do some of the basic gaming animation through these tutorials.