9 AM – Python Game Development
We started Flappy Duck project. We started creating the tube.py Homework: Finish tube.py and integrate it with main.py Look at cloud.py in Birdie project for reference. Look at how you integrate cloud.pyRead More...
We started Flappy Duck project. We started creating the tube.py Homework: Finish tube.py and integrate it with main.py Look at cloud.py in Birdie project for reference. Look at how you integrate cloud.pyRead More...
Homework: Continue with your final project. For drawing heart symbol according to player.healths: In main.py, create a method/function draw_hearts Inside the function create a for loop and you want to loop accordingRead More...
We reviewed cloud.py homework. We resized the bird to size 50. Homework: Similar to how you guys did with cloud.py, add fireball.py and load fireball.png. Integrate fireball.py into main.py. Look at howRead More...
Today we went over: Tell me your age homework if/elif/else practice Homework: 1.) Get the price from the user If price is less than $10 then print (f"{price} is cheap") if priceRead More...
We finished Robux Balance program We reviewed similarities between Robux Balance and Supermarket programs. Next week is a 2 hour test and will start at 3 PM. Please study: Robux Balance programRead More...
Today we went over: Fixing Python Bugs Homework Started Quiz 2 Review Reviewed lists, for loops, using for loops and lists Homework: Homework: TRY-IT-YOURSELF from the textbook, pg 89 5-8, pg 131Read More...
We went over how to make the fireball appear on the screen. We made the player able to move left, right, up and down using a,d, w and s. Homework: In main.py,Read More...
We went one on one for completing project planning for Tank War. We discussed how to do next week tasks on Tank War.