American Young Coder

AYC logo

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

10 AM – Python Game Development

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

12 PM – Python Game Development

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

4 PM – Intro To Python

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/

5 PM – Introduction to Python

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

6 PM – Python Game Development

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