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...
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...
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...
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