American Young Coder

AYC logo

9 AM – Python Game Development

We went over Python Class or Object Oriented Language Homework: Create a new file June13_AirPlaneHomework.py: Create a new class called AirPlane: It has "number_of_seat" It has "number_of_door" Who is the "maker": Boeing,Read More...

10 AM – Python Game Development

We went over how to add Cloud to the main.  Homework: Similar to how we call create_random_bird() function, put delay on how we call create_random_cloud() function.

11 AM – Python Game Development

We reviewed the quiz result. We went over function with no return value. Homework: P.130, P.132, P.133 Do the first question in here: https://www.ayclogic.com/intro-to-python/star-wars-problem/

1 PM – Intro To Python

Homework: Do number 1 only from this page: https://www.ayclogic.com/intro-to-python/star-wars-problem/ From the book do page 132 to 134.

2 PM – Intro to Python

We reviewed KaleidoSpiral. We started StarryNight. Your homework is to modify StarryNight to draw a new color every time using the "get_next_color()" function.  Then use "random.randint" to draw each star at aRead More...

3 PM – Intro To Java

We went over FlowPane We went over BorderPane Homework: Modify the BorderPane project that we did in the class. I have uploaded the files to the google drive if you missed theRead More...

4 PM Scratch Level 2

Today we started the Star Hunter project and were able to finish it. For Homework: Customize your different octopuses in the Star Hunter project to make them look different.

4PM-Scratch Level 2

We finished the Spaceship 2.0 project. We added the Fireball Powerup sprite. We added the Bomb sprite and Bomb Powerup Sprite Homework Check my code with yours to make sure it isRead More...

5 PM Scratch Level 2

Today we continued with the Jumpy Monkey project. We were able to get most of it done for today. For Homework: Please create a new sprite called level. Then create two costumesRead More...

6 PM – Intro To Python

Homework: Inside the while loop, if the user did not guess the entire word correctly, in the else part do the following we need to check if "guess" variable is inside theRead More...