9 AM – Indo – Python Game Development – Joel
Today we did: We started the flappy bird project and created the tube class. Homework: Make sure that your coordinates for the create tube is (500,0). Otherwise, your tube might not beRead More...
Today we did: We started the flappy bird project and created the tube class. Homework: Make sure that your coordinates for the create tube is (500,0). Otherwise, your tube might not beRead More...
Today We Did We continued on Monster Inheritance project. We added sword attack feature. Homework Continue with the Monster Inheritance project. Add codes for the magic attack. After selecting magic attack, damageRead More...
Today We: Went over variables and learned about data types Your HW: Create a new file called Jan_13_StringHW Read through and copy the code from pages 20 to 23 Make sure toRead More...
Today We Did Completed the motion for Tube & Coin classes (movement is just changing the x & y attributes) Gave coins multiple images to blit while playing the game (cycle throughRead More...
Today We Did We went over Candy Cane Festival USACO December 2023 solution. http://usaco.org/index.php?page=viewproblem2&cpid=1347 We went over Milking Order Solution - http://www.usaco.org/index.php?page=viewproblem2&cpid=832 Homework Try to do Cowntact Tracing 2 problem in http://usaco.org/index.php?page=viewproblem2&cpid=1348
Today We Did We made the Tank shooting the direction of the mouse pointer. Homework Make a hitbox for the bullet (self.rect) and blit it to the screen if DEBUG is true.Read More...
Today We Did Finished SchoolApplication2 findStudentByID() initializeMaps() Converted teacher list to hashmap Started debugging PetSystem.java Homework Finish debugging PetSystem.java https://www.ayclogic.com/fix-java-error/ Complete this practice quiz. We will review it next lesson! https://forms.gle/9ujNwnnBiZGjXmL88 IfRead More...
Today We Did Learned about functions with return values Converted hello(), add() functions to return a value Homework Create the following file: Jan13_FunctionsNoReturnHW.py Complete Exercises 4-7 at: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ #7 needs a return value,Read More...
Today We Did We created Magic8Ball project. Homework Continue on your individual game project the due date is Feb 10, 2024.
Today we: Continued the Custom Birthday Card project. Homework: Change where the Banner and Cake sprites start and end. The arrows show how the sprites are supposed to move. Submit your homeworkRead More...
What we did today We finished working on the Custom Birthday Card We started working on the Punch the Dummy project. Homework Duplicate the head sprite and change the mouth to aRead More...
Today We Did Wrote streamlit code for Pet Classification Homework Deploy Pet Classification to the internet. To do this, you do the following Upload the code to a GitHub repository. Login here:Read More...