9 AM – Python Game Development
When user click play button. reset score, display the player in the middle of the screen, clear the birds and clouds. Homework: In the Birdie game, display "birdie_title.png" on top of theRead More...
When user click play button. reset score, display the player in the middle of the screen, clear the birds and clouds. Homework: In the Birdie game, display "birdie_title.png" on top of theRead More...
We discussed and resolved some final project coding challenges Homework: Finish your project planning weekly items in the google doc if you have not done so Make progress on your final projectRead More...
We clarified the project planning items We continued with Shoot Balloon We displayed balloon properly We added Target sprite and display the circle as the target on the screen. Homework Finish yourRead More...
We went over the homework to draw the blue bird onto the background and reviewed how the code works so far. We learned/reviewed how the pygame's coordinate system works. We resized theRead More...
Homework Create cloud.py Inside cloud.py, create Cloud class similar to bird.py Randomly load cloud1.png, cloud2.png, cloud3.png Integrate cloud.py into main.py similar to how you did for bird class. I want to seeRead More...