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...
Today we did: Finished Hangman game Learned how to resolve errors Homework: Fixing Python Bugs, put it in a file called Jan16_FixingPythonBugs.py If you have any questions, please send an email toRead More...
Today We: Started New Tunnel of Doom project Made the Tunnel Map sprite Made the cat follow the mouse-pointer when it touches the cat at the beginning Added the background music MadeRead 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 Modify the image of the saturn_sword.png from the google drive Go to Minecraft Modding spreadsheet google drive document Go to "Custom Item" tab in the bottom Follow step number 4. ToRead More...
Today we: created a finish line stopped all movement when the dog reaches the finish line added a banner celebrating the dog's win if they won hid the banner when the raceRead More...
Today we continued with the Cheese Chase and it is almost completed. For Homework: Please create the Level 2 as I showed you guys in the class. Make sure to make aRead 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 just took the final test. The test results will be coming out by Wednesday, and next week we will be reviewing both of the tests.
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...