American Young Coder

AYC logo

10 AM – Python Game Development

Homework: Inside main.py We want to make sure the fireball cannot be launched too frequently. Similar on how to we put delay on creating bird and cloud, we need to delay creationRead More...

11 AM – Python Game Development

Homework: Create Cloud class. It should be very similar to Bird class. It will have x, y, direction, screen Replace the code that loads the bird images with load all 3 cloudRead More...

1 PM – Intro To Python

Homework: Page 138 Create a function with return value, "convert_kg_to_gram" It has one parameter: "kg" Inside the function it will return the value of 1 Kilogram from the parameter into gram. ThereRead More...

2 PM – Intro To Python

We finished StarryNight. Your homework is to start your final project. Come up with an outline and have something in Turtle working to show the class.

3 PM – Intro To Java

Homework: Create a new JavaFX project Follow instruction in here: https://www.ayclogic.com/java-exercise-6-java-fx-login-dialog/

4PM-Scratch Level 2

We continued with the Doom on the Broom project. Homework Complete page 116 in the book.

4 PM Scratch Level 2

Today we started Spaceship 2.0. For Homework: Copy the asteroid and change it to a Fireball Powerup. The Fireball Powerup should be a circle with an F in the middle. When theRead More...

5 PM Scratch Level 2

Today we continued with the Jumpy Monkey project. We were able to add in a level 2 with more bananas and a dinosaur. We have no homework today! So you guys canRead More...

6 PM – Intro To Python

Homework: Inside Hangman program, complete the code inside "update_clue(guessed_letter)" function. This function should replace the question mark inside the "clue" variable with the letter that user entered. The code should look veryRead More...