Flying: scrolling game – part 1

How to make a scrolling game, part 1.

Starting from some code made for the flap.py tutorial, we are going to make a more general purpose code for a scrolling game from right to left, where the player is a bird. In this first part we will start with a birds that flyies and that can go up and down while some trees in the background are scrolling from right to left.

There is also a score that increases as you go on. We will add some goals in the next video.

The code is here and the game is simplu called Flying.

Githun repository

Link to Github repository