American Young Coder

AYC logo

9 AM – Intro To Java – Gamas

Homework Finish Driver System Add codes to handle the 2nd rush hour from 16 to 19. Also in NewYorkTaxiDriver, override the getTripTime so it will not double the trip time during rushRead More...

10 AM – Intro To Python – Indo – Gamas

Homework Create a new file Nov5_1stQuizPrep.py do exercises from https://www.ayclogic.com/intro-to-python-exercises/ If you have question, please email me at gamas@ayclogic.com

10:30 AM – Scratch 1 – Yitong

Today we: Recorded audio for Gobo's responses. Finished the Ask Gobo project. Made a Face sprite. Made the Eyes sprite. Made a Nose sprite. Made costumes for the Nose sprite and addedRead More...

11 AM – Scratch 1 – Abigail

What we did today We continued working on the Dino Dance Party project. Homework Pick a human sprite that has a lot of costumes. (make sure the costumes are not still) DoRead More...

12:30 PM – Scratch 2 – Abigail

What we did today We worked on the Christmas Card Project. Homework Add two banners that say "from {your name}" and "Merry Christmas". The starting coords for the "from {your name}" bannerRead More...

1 PM – Intro To Java – Gamas

Today We Did We downloaded and installed Android Studio software. We started Temperature Converter android application. We added the Fahrenheit header (id: sourceTempHeader) We added the a text field under Fahrenheit headerRead More...

4 PM – Intro To Java – Gamas

Homework In Nov5Magic8Ball.java, use combination of Random module, while loop, if else statements to create Magic 8 Ball game. Look at below Python codes for your reference import random while True: user_questionRead More...

4:30 PM – Scratch Level 2 – Allison

Today we: Continued the Cheese Chase project Drew the Cheese sprite Coded the Cheese sprite to go to a random spot when the game starts Created a Score variable Coded the ScoreRead More...

5 PM – Minecraft Modding with Java – Gamas

Today We Did We created Saturn Chestplate and SaturnArmorMaterial. Homework customize your saturn_layer_1.png image so it resemblance your armor customization last week. For reference, this is how I customize mine

6 PM – Python OOP – Bill

Today We: Reviewed class inheritance Went over method overriding Your HW: Create a new file in the MonsterInheritence src folder called Nov_5_InheritenceHW.py Create a vehicle class attributes: color, speed, capacity methods: get_info:Read More...