9 AM – Python Game Development
Homework When Fireball direction is LEFT, flip the image of the fireball. Do this in fireball.py inside __init__() function. Look at how we flip image in bird.py Right now the Fireball createRead More...
Homework When Fireball direction is LEFT, flip the image of the fireball. Do this in fireball.py inside __init__() function. Look at how we flip image in bird.py Right now the Fireball createRead More...
Today we Learned: How to make functions with return values How to call functions with return values Homework: page 138 from the textbook, put it in a file called Nov7_FunctionWithReturnHomework.py If youRead More...
Homework Create a new Pycharm project for your final project. For platformer final project, load the background image for your final project For Wack-a-mole final project, create an enemy sprite file andRead More...
Today We: Learned about the scratch invisible coordinate system Learned how to find coordinate values: (x,y) Learned how to use the Scratch Pen tool Your HW: Find the coordinates (x,y) of eachRead More...
Homework Inside config.py add GAME_NOT_STARTED and GAME_STARTED modes. Similar to how we did in Birdie project When you start the Flappy Duck game, first display the Play button and Logo. When userRead More...
Today we reviewed for the final test and went over some exercises. Your homework is to prepare for the final test which will be from 1 PM to 3 PM next SaturdayRead More...
So this week we were able to almost complete the first part of the Spaceship. For Homework: Add in a GameOver Banner and make sure it is hidden in the beginning. WhenRead More...
Homework Create PizzaOrder class that has the following attributes firstName lastName phoneNumber pizzaList Look at this google doc for reference
Today we continued with the Glacier Race project and are almost complete with it. For Homework: Do from pages 184-185.
Homework Copy broken python codes from here into your Thonny and fix the errors using techniques taught in the class: https://www.ayclogic.com/fixing-python-bugs/
Today we learned: That all inputs from the shell are strings To compare user inputs to integers, input variable must be converted to int The different combinations of if/elif | if/elif/if HowRead More...
Homework Page 158, 160, 161. When you guys see below, ignore it, don't copy. class Dog: --snip-- Page 162, TRY IT YOURSELF, 9-1, 9-2, 9-3