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...
We completed Kaleido Spiral project. We integrate Kaleido Spiral project with robot builder. Homework: Finish your final project. Email your python file to gamas@ayclogic.com. Please attach the file to the email, don'tRead More...
Today we went over: For Loop homework (pgs. 130-133) Functions with return values Practiced several function problems Homework: https://www.ayclogic.com/intro-to-python/star-wars-problem/ The assignment asks to use the random module which has not been covered,Read 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...