5 PM – Python Game Development – Darin
What We Did Today: Started on the Flappy Bird Project, where we initialized and spawned a tube to moves backwards in our screen. Homework: Create a new Player class, and (using Birdie'sRead More...
What We Did Today: Started on the Flappy Bird Project, where we initialized and spawned a tube to moves backwards in our screen. Homework: Create a new Player class, and (using Birdie'sRead More...
Today We Did Continued adding images for "game in session" before enemies are drawn Started Tower class and began understanding how the class will work You can always find the code weRead More...
Today We Did Installed PyCharm Community Edition + created project Learned about Python dictionaries Key, value Add/update entries Get/delete entries Code for today's and future lessons can be found here (you shouldRead 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...