American Young Coder

AYC logo

9 AM – Intro To Java – Gamas

Homework Inside EmailApplicationMain.java, create Map<String, EmailMessage> Inside createEmailMessage(EmailAccount): after EmailMessage is created, store inside the new map that you just created. The key of the map is going to be sendTo email.

10 AM – Scratch 2 – Gamas

Homework Limit the number of fireball we can launch. In the beginning it is 20. When purple hippo touch the witch, increase the fireball by 2. When purple hippo got shot byRead More...

11 AM – Abigail – Scratch 1

What we did Today We finished the Virtual Snow project Homework Work on the Coding Competition (aka create your mother's day card) Here's the link: https://www.ayclogic.com/2022-scratch-coding-competition/

12 PM – Intro To Java – Gamas

Today We Do We downloaded and install Android Studio We added an Android emulator Homework Continue with MonsterInheritance.java Add "4. Heal Player" feature. Add new class WaterGolem.java WaterGolem, should take no damageRead More...

1 PM – Intro To Java – Alex

Homework Continue on Apr30_TellMeYourAgeOOP.java Create a method provideAgeResponse. It has one parameter: String strAge. Inside the method it is supposed to convert strAge into Integer and provide different answers depending on theRead More...

1 PM – Python Game Development

Today: We went over the homework and added the landing page and added the target pointer sprite We added waves and a way to keep track of the current wave. Homework: UpdateRead More...

4PM – Object Oriented Python – Latisha

Today We Did: Finished working on Adventure Game Homework: Follow the website instructions in a file called Apr30_SupermarketGame.py If you have any questions, please send an email to latisha@ayclogic.com

4:30 PM – Scratch Level 1 – Allison

Today we: Continued the Window Cleaner project Created the variable SplatsonScreen and coded it to keep track of how many splat clones are showing up on the screen Coded only 10 SplatRead More...

5 PM – Intro To Java – Gamas

Today We Do We added Dragon.java class and made it inherits from Monster.java Using inheritance, we overrode Monster.doDamage(int damage) inside Dragon class. Homework Create Troll.java class and made it inherits from Monster.java.Read More...

5PM – Object Oriented Python – Latisha

Topics covered in class today: Continued working on Adventure Game Added Menu and Application Loop Homework Do pg.168-170 from the textbook in a file called Apr30_InheritanceHomework.py If you need any help orRead More...

6 PM – Intro To Python – Bill

Today We: Finished the Robot Builder project Reviewed the Final Turtle Project proposal guidelines Started the More Shapes project Learned how to draw a circle Made a fill_circle function Started work onRead More...