Pygame is obviously strongly dependent on SDL and Python. It also links to and embeds several other smaller libraries. The font module relies on SDL_tff, which is dependent on freetype. The mixer (and mixer.music) modules depend on SDL_mixer. The image module depends on SDL_image, which ...
I started from the greatFlapPyBirdclone, and took the image assets. From here, I then replaced the “flap” function calls with the loop checking if there’s anything on the queue. If there is, we then put the bird in the position on the screen that matches the current position in the...