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

10AM – Intro to Python

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

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

11 am Scratch Level 1

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

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

1 PM – Intro to Python

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

3 PM Scratch Level 1

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

3 PM – Intro To Java

Homework Create PizzaOrder class that has the following attributes firstName lastName phoneNumber pizzaList Look at this google doc for reference

4 PM Scratch Level 2

Today we continued with the Glacier Race project and are almost complete with it. For Homework: Do from pages 184-185.

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