Pygame Platformer Part 5: Scrolling the Window

Опубликовано: 11 Март 2026
на канале: KidsCanCode
36,258
439

In this episode, we learn how to scroll the screen when the player reaches the edge.

In each video in this series, we'll add another feature to our platformer until we have a full game experience with graphics, animations, sound, and much more!

Code for this part:
https://github.com/kidscancode/pygame...

Other helpful links:
Installing Python: http://kidscancode.org/python-install...
Installing Pygame: http://kidscancode.org/blog/2015/09/p...
Setting up Atom:    • Extra: Setting up the Atom Editor for Python