9 AM – Python Game Development
We completed Birdie game Homework: Review Birdie codes, especially the part where we create new sprite and how to integrate into main.py Review the code where we do collision detection.
We completed Birdie game Homework: Review Birdie codes, especially the part where we create new sprite and how to integrate into main.py Review the code where we do collision detection.
We went over Lava Jump (platformer game) bug fixes. We went over the Whack-a-mole bug fixes. Homework: Make progress with your final projects.
We went over how to create ladder.py We went over how to optimize preloading of images into memory once. Homework: Continue making progress on your final project according to project planning inRead More...
We went over the homework to add the "create_bird" method which spawns a lot of birds. We reviewed the Bird sprite. We moved the constants into a new file called "config.py" andRead More...
We went over how to make the cloud appear from left and right of the screen. We made sure the cloud glides in nicely into the screen. We made the bird faceRead More...