American Young Coder

AYC logo

9 AM – Intro To Java – Gamas

Homework Create a method initializeEmailAccounts(). This method should add 3 email accounts to accountMap. Call this method inside the run() . Create a new class EmailMessage.java and this class should have theRead More...

SAT – 10 AM – Scratch 2 – Gamas

Homework Make the force field appears only after user press B. And make the force field disappear after 4 seconds. Add the trailing effect.

11 AM – Scratch 1 – Abigail

What we did today We finished the Mary Had a Little Lamb project Started the Virtual Snow project Created the background and Snowflake sprite Coded the Snowflake sprite to create clones ofRead More...

1 PM – Python Game Development

Today: We went over the homework to add the enemy sprite. We added the logic to move the enemy on the map. Homework: Create a new sprite class called "TargetPointer" which hasRead More...

1 PM Intro to Java Alexander Lee

Today We Did: We learned about using methods and the difference between static and non-static. We also learned about what to do when the method is either void or has a dataRead More...

3 PM – Scratch Level 2 – Allison

Today we: Finished the Jumpy Monkey project. Announced the Mother’s Day Card competition. Feel free to join if you'd like! Started the Doom on the Broom project. Important Reminders: There are newRead More...

5 PM – Intro To Java – Gamas

Today We Do We continued on MonsterInheritance project. We made sure this project has Monster class which has String species, int health, int maxDamage. We added Monster.doDamage(int amount) which will reduce Monster.health.Read More...

5PM – Object Oriented Python – Latisha

Topics covered in class today: Finished Supermarket Application Started Adventure Game Homework Follow the instructions in this website and do it in a file called Apr23_SupermarketPractice.py (NOTE: SupermarketItem class is the same asRead More...

6 PM – Intro To Python – Bill

Today We Do We created left_arm(x,y,color) function. Homework Create right_arm(x,y, color) function Also do last week homework: head, neck, eye balls, mouth, legs, feet.