- This event has passed.
2 PM – Python Game Development – Sebastian
January 20 @ 2:00 pm - 3:00 pm
Today We:
- Added collisions between the player and tube
- Added animation to player
- Added timer and score to the screen
Your HW:
- Add collisions between player and coin
- Make sure the coin disappears when it touches the player
- Increase the score by 10 for each coin hit
- Fix the Tubes not being flipped by changing the line where it flips the tube to:
self.image = pygame.transform.flip(self.image, False, True)