- This event has passed.
10 AM – Python Game Dev – Indo Gamas
July 20 @ 10:00 am - 11:00 am
Today We Did
- We added fireball to the screen.
- We launch fireball only when user press SPACE key.
- We added player’s animation.
Homework
- In player.py, when you run, you now get list index out of range error. Fix this error. You have to reset self.img_index when it is bigger than the last index of the list.
- In bird.py, you have to add bird animation. This is very similar to how to add animation on player.