9 AM – Python Game Development
Homework: Finish the Truck class. Create a new class Truck It inherits from Car One more attribute: "load_weight" (10) Create a new variable (bradley_truck) and it has "GM", "BradleyModel", 2020, 18 wheels,Read More...
Homework: Finish the Truck class. Create a new class Truck It inherits from Car One more attribute: "load_weight" (10) Create a new variable (bradley_truck) and it has "GM", "BradleyModel", 2020, 18 wheels,Read More...
We went over how to make the player face left and right Homework: Create a function to take care of create bird timer codes, create cloud timer codes, create fireball timer codes.Read More...
We went over how to integrate Cloud sprite into the main. Homework: Make the creation of the cloud less frequent. Look at how we did it for the bird creation.
We went over how to call function with return value. We learn about random module. We started password generator program Homework: Combine adjective, action, noun, number into one big string. And youRead More...
Homework: Fix broken python codes in here: https://www.ayclogic.com/fixing-python-bugs/