American Young Coder

AYC logo

9 AM – Python Game Development

Homework: Create fireball.py, copy the code from cloud.py and change accordingly. Load the assets/fireball.png inside fireball.py Inside main.py import fireball on the top of your file. create fireball_group Create Fireball variable andRead More...

10AM – Intro To Python

Today We Learned: How to use a for-loop to print values in a list How to use f-string formatters inside a for-loop How to use if-else statements in a for-loop Homework: PagesRead More...

10 AM – Python Game Development

We continued with Flappy Duck project. We added gravity on Flappy Duck. Homework: Start thinking on what you want to do for your final project. Go here to look for your gameRead More...

11 AM Scratch Level 1

Today we: Reviewed the homework Changed Dinosaur 3 to Blue Added a background that changes color Added background music Made the Red Dinosaur move from left to right Your Homework Pages 42-45:Read More...

12 PM – Python Game Development

Homework: For FlappyDuck project, create player.py. Copy code from Birdie player.py Inside player.py, you need to load the following images "assets/png/Green Duck Sprites/Green duck #1-01.png" "assets/png/Green Duck Sprites/Green duck #2-01.png" Integrate player.pyRead More...

1 PM – Intro to Python

Today we started Kaleido Spiral. Your homework has two parts: Address my comments on your final drawing (if I had any).  Email me your drawing by Wednesday. Get started on coding yourRead More...

5 PM – Introduction To Python

Homework: Sep26_FunctionWithReturnValueHomework.py Do function with return value homework from page 138 to 139. Convert Farenheight into Celcius Ask user "Enter a temperature in Farenheight: " Whatever user enter, pass to below functionRead More...

6 PM – Intro To Python

Homework: Continue with Sep26_BabyNameGenerator.py Outside the while loop create the following boy_names list. Inside the list, put 6 different boy's names. girl_names list. Inside the list, put 6 different girl's names. InsideRead More...