- This event has passed.
7PM Python Game Development
July 15, 2019 @ 7:00 pm - 8:00 pm
- We went over how to create Airplane and SuperHero classes.
- We went over how to create instances of Airplane and SuperHero
- We went over how to detect collision between bullet and bird. When it collide remove the bird from the list.
- Homework:
- Create player.hitbox. Look for Bird.hitbox for reference
- Check when player.hitbox collide with Bird.hitbox, print “Player is dead.” to shell.