This is my 5th post in the series of teaching game development to kids. You can check out the first post and second and third post the series.
You can find the fourth article in the series here.
Have you played horizontal scrolling game? I am sure you have played them. A lot of android games make use of the horizontal scroll as a means to move the player from left to right. And it makes the overall game experience pretty good as well.
I have tried to jot down the tutorial that shows you how to move your camera from the left to right while making the movement for the character. So take a look at the below tutorial and I am sure you would try it with the kids for helping them make simple horizontal scrolling game.
Image Credit: Gdevelop
Follow the instructions below to make a horizontal scroll.
That's it. Now you can check out how your scene is automatically moving in a parallax mode. This should give you an idea on how to make the character movement further.
You can also check out the Video instruction of the tutorial.
Similar to this tutorial, we can also cover the vertical scroll for the game. I am sure that should get you an idea on how the scroll is working when you add the character sprite and the enemies into the game.
We will continue the further game development topic in next post.