4 PM – Intro To Python – Darin
What We Did Today: Created a function for the right arm, showing how to create a function for a collection of rectangles. Learnt how to use the t.circle which we engineeredRead More...
What We Did Today: Created a function for the right arm, showing how to create a function for a collection of rectangles. Learnt how to use the t.circle which we engineeredRead More...
What We Did Today: Continued on the Flappy Duck project, where we made the player flap, as well as added hit-boxes around the player and tubes, and we added collision detection. LearntRead More...
Today We Did Continued creating the enemy class Reviewed dictionaries to shorten the amount of code we need Reviewed static methods (static just means you don't need to make an object toRead More...
Today We Did Benchmarked dictionary vs. list Reviewed dictionary concepts Looping through keys, values dict.items() Homework Follow the instructions at: https://www.ayclogic.com/phone-book-system/ If you want supplemental reading about dictionaries, check out the textbook:Read More...
Gamas Sub What We Did We went over how to do right_arm function. We went over how to find coordinate of a new shape base on a coordinate of a known shape.Read More...
What We Did Today: Showcased how to combine circles and rectangles for a shape. Showed how to use "heading" to make our shapes inclined. Showed how to use the "extent" parameter forRead More...
What We Did Today: Continued on the Flappy Duck project, where we made the player fall with gravity and have the ability to jump. Fixed our tube gap distance in a moreRead More...
Today We Did Created GrocerySystemV2 using Dictionaries Overview of Object-Oriented Programming Homework Create a file named May21_RobuxShoppingV2.py: Modify your original RobuxShopping code from Intro to Python to use dictionaries instead of multipleRead More...
Today We Did Refined sprite movement using Julian's improvements Added waves for the game Added health counter and images above enemy You can always find the code we wrote in class inRead More...