American Young Coder

AYC logo

9 AM – Python Game Development

We discussed how to make coins appear on the screen and between the tube. We made the Tube appear both on the top and on the bottom of the screen. Homework: MakeRead More...

10 AM – Python Game Development

Homework: In the shoot balloon project do the following Integrate the target.py into the main.py Create balloon.py and randomly load one of these images: blue_baloon_1.png, green_baloon_2.png, orange_baloon_1.png, red_baloon_2.png Integrate the balloon.py intoRead More...

10AM – Intro to Python

Today we did: Drew the Robot's legs, neck, left arm, and body Learned how to write functions using Rectangles Homework: Draw the Robot's face (eyes and mouth) in the March13_RobotBuilder.py file thatRead More...

11 am Scratch Level 1

Today We: Continued the Space Ship 1.0 project Fixed the timer going negative bug Fixed up the code for the  You Win banner Added a background song and losing/winning song Finished spaceRead More...

12 PM – Python Game Development

We completed Final Project... Yea. We continued with Shoot Balloon project. Homework: When balloon go above the screen, kill the balloon. Create a new sprite, bug.py. You should use assets/bird/flying/frame-1.png and frame2.pngRead More...

1 PM – Python Game Development

We went over the homework to slow down player flapping wings and spawned clouds from left and right. We made fireball launched with pressing the space key and added a cool-down periodRead More...

2 PM – Minecraft Modding With Java

We created Jupiter Lightning Sword. We created Recipes to create Saturn Sword and Saturn Lightning Axe. Homework: Create recipes to create Saturn Fireball Axe: use combination of minecraft:blaze_rod and minecraft:wooden_sword Saturn LightningRead More...

3 PM – Scratch Level 1

Today we: started the Animal Crossing project Homework: finish last week's homework (3/13/2021) if you haven't completed it yet do these codes in the "Drawing Shapes on Grid" project add codes toRead More...

3 PM Scratch Level 2

Today we started with the Fireball Fighting Project. For Homework: Please attempt to create two projectiles for your characters that shoot at each other. Also if you haven't already, please get aRead More...

4 PM – Introduction to Python – Nathaniel Lee

Today we went over: For loop homework A brief introduction to While loops Homework: Page 121, 123 If you have any questions, please feel free to email me at nathaniel@ayclogic.com!

5 PM – Introduction to Python – Nathaniel Lee

Today we went over: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ Homework: In the google drive, there is a file called "Mar27_QuizReviewHomework.py" that contains the 3 questions to be completed. The homework questions will also be provided below.Read More...

6 PM – Python Game Development

We centered Play Button and Title image We detected mouse click on the Play Button. When play button is clicked, we start the game. Homework: When the player and the bird collide,Read More...