7 PM – Python Game Development – Sebastian
Today We Did Gave each object their own hit box when we set "TESTING" mode to True Configured group collisions for the fireball and bird groups You can always find the codeRead More...
American Young Coder Academy – Indo
Today We Did Gave each object their own hit box when we set "TESTING" mode to True Configured group collisions for the fireball and bird groups You can always find the codeRead More...
What We Did Today: Reviewed the quiz 1 content and things to remember Introduced functions with no return value, and how to use them to reduce code duplication and make things simplerRead More...
Homework Continue with Aug29_RobotBuilder.py Draw the face and the neck according to below screenshot We drew one left arm in the class, draw two more left arms like above screenshot. You needRead More...
What We Did Today: Reviewed homework on functions with no return value Introduced the topic of functions with return values Homework: There are two parts to the homework, the website and theRead More...
What We Did We used 2 dictionaries to simplified GroceryShoppingCart program. We learned how to check if a key exists in a dictionary. Homework Inside sep_9_robux_shopping_cart_dictionary.py: Create 2 dictionaries to store theRead More...
Today We Did Continued Monster System Reviewed overall game structure and how the logic has to work Began adding inheritance In case you need anything, feel free to email me at sebastian@ayclogic.comRead More...
Today We Did Began Library System Practiced all the ways we can add to dictionaries Reviewed how to make classes for our Book objects In case you need anything, feel free toRead More...
Today We Did Reviewed homework. Reviewed looping through dictionary keys, values, and items. Finished the Phone Book System Homework Name your file Sept18_GrocerySystem_V2.py and do: Create a dictionary "items_inventory": Keys are theRead More...
Today we did: Learned about for loop with range Started learning while loops Homework: Make the following files: Sep11_ForLoopHW.py Compete Try It Yourself 4-1 and 4-2 on p. 56 Sep11_ForLoopRangeHW.py Read textbookRead More...
Today We Did Fixed player direction code Added cloud types Destroy clouds & birds when they go off our screen, so we don't have millions of unseen images, slowing down our gameRead More...