Pygame Shmup Part 5: Improved Collisions

Опубликовано: 12 Март 2026
на канале: KidsCanCode
34,445
553

Now that we've added graphics, the rectangular collisions don't work very well with our round meteors. Let's fix that.

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


Link to the Pygame Template file:
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