Marco Acea
Jonathan Perez
All code and credit goes to Ex TA Lukas Peraza
and the Pygame documentation!
First things first… what’s the difference?
Let’s take a look at some past projects!
Surfaces - Canvas, but make it fashion
Starter Code
Events
What does this look like in code?
what the event was, and we
we compare it to the events
we know about.
Drawing
Drawing cont.
Starter Code!
Sprites
How to use Sprites
class Marco(pygame.sprite.Sprite): …
Examples
Groups
Groups
Group Collide!
Sprite Collision
Animation Demo!